Browse Source

For CI - enable free up space step for MinGW STATIC Debug build config.

Yao Wei Tjong 姚伟忠 5 years ago
parent
commit
d241ac7f80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -70,7 +70,7 @@ jobs:
         with: { fetch-depth: 0 }
         with: { fetch-depth: 0 }
       - name: Free up space
       - name: Free up space
         run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
         run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
-        if: matrix.platform == 'android'
+        if: matrix.platform == 'android' || (matrix.platform == 'mingw' && matrix.lib-type == 'static' && matrix.build-type == 'dbg')
       - name: Source checksum
       - name: Source checksum
         id: source_checksum
         id: source_checksum
         run: rake source_checksum
         run: rake source_checksum