Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm authored May 7, 2024
1 parent 7a19773 commit 2fefd50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
flex
dos2unix
mingw-w64-ucrt-x86_64-gperf
- shell: msys2 {0}
- name: Build with cmake
run: |
set MSYSTEM=UCRT64
cmake.exe -B ${{github.workspace}}/build -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake.exe --build ${{github.workspace}}/build -j`nproc` --config ${{env.BUILD_TYPE}}
cmake -B ${{github.workspace}}/build -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake --build ${{github.workspace}}/build -j`nproc` --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 2fefd50

Please sign in to comment.