Browse Source

Workaround GitHub Actions environment issue.

See actions/runner-images#10980.
Miku AuahDark 11 months ago
parent
commit
7c48a650bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deps-test.yml

+ 1 - 1
.github/workflows/deps-test.yml

@@ -29,6 +29,6 @@ jobs:
     - name: Configure
     - name: Configure
       env:
       env:
         PLATFORM: ${{ matrix.platform }}
         PLATFORM: ${{ matrix.platform }}
-      run: cmake -Bbuild -Hmegasource -T v142 -A %PLATFORM% -DCMAKE_INSTALL_PREFIX=%CD%\install
+      run: cmake -Bbuild -Smegasource -T v142 -A %PLATFORM%,version=10.0.26100.0 --install-prefix %CD%\install
     - name: Install
     - name: Install
       run: cmake --build build --config Release --target install -j2
       run: cmake --build build --config Release --target install -j2