Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Sep 1, 2023
1 parent ee9196b commit 8c4c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
-S ${{ github.workspace }}
- name: Build (Linux)
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug
run: cmake --build ${{ github.workspace }}/.out --config Debug

0 comments on commit 8c4c544

Please sign in to comment.