Skip to content

Commit

Permalink
fixed cmake build preset
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Jul 19, 2024
1 parent 85e6727 commit f7e0b64
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 @@ -45,7 +45,7 @@ jobs:
- name: Build project
run: |
cmake --build build/x64-release --preset x64-release --target install
cmake --build build/x64-release --target install
- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f7e0b64

Please sign in to comment.