tentative fix against .NET stupidity

This commit is contained in:
Flyinghead 2021-07-25 22:42:05 +02:00
parent 3072105efe
commit a46a012c3c
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ jobs:
- name: CMake (windows)
shell: msys2 {0}
run: |
unset temp tmp
cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config.buildType }} -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=artifact -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=artifact ${{ matrix.config.cmakeArgs }}
cmake --build build --config Release --parallel 2
if: matrix.config.os == 'windows-latest'