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 abc5dc7 commit 061da5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
- name: Build with cmake
run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake --build ${{github.workspace}}/build -j`nproc` --config ${{env.BUILD_TYPE}}
ls -la
cmake.exe -B D:\a\qucsator_rf\qucsator_rf\build -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 061da5d

Please sign in to comment.