tentative fix against .NET stupidity
This commit is contained in:
parent
3072105efe
commit
a46a012c3c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue