Skip to content

Commit

Permalink
CI: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Apr 6, 2024
1 parent 9e694ef commit f43c6d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
-S ${{ github.workspace }}
- name: Build prerequisites
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release --target prerequisites
run: >
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release --target prerequisites
- name: Re-Configure CMake to detect built prerequisites
run: >
Expand Down

0 comments on commit f43c6d4

Please sign in to comment.