Skip to content

Commit

Permalink
🐛 fix build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Apr 8, 2024
1 parent 82b6ac3 commit 697ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
# Build application
- name: Build application
run: |
cd build/
mkdir build && cd build/
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release
nmake
Expand Down

0 comments on commit 697ac68

Please sign in to comment.