Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 3, 2024
1 parent 46da089 commit 8c31cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: CMake Configure
run: cmake --preset ${{ inputs.cmake-preset }}
- name: CMake Build
run: cmake --preset ${{ inputs.cmake-preset }} --build out/build/${{ inputs.cmake-preset }} --target all
run: cmake --build out/build/${{ inputs.cmake-preset }} --target all -j 16
- name: CMake Install
run: cmake --install out/build/${{ inputs.cmake-preset }} --prefix out/install/${{ inputs.cmake-preset }}
- name: Archive DLL
Expand Down

0 comments on commit 8c31cca

Please sign in to comment.