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 061da5d commit 6c17dc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
mingw-w64-ucrt-x86_64-make
mingw-w64-ucrt-x86_64-ninja
mingw-w64-ucrt-x86_64-python
mingw-w64-ucrt-x86_64-autotools
bison
flex
dos2unix
Expand All @@ -47,7 +46,7 @@ jobs:
- name: Build with cmake
run: |
ls -la
cmake.exe -B D:\a\qucsator_rf\qucsator_rf\build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake.exe -B D:\a\qucsator_rf\qucsator_rf\build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake.exe --build D:\a\qucsator_rf\qucsator_rf\build -j`nproc` --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 6c17dc0

Please sign in to comment.