Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 3, 2024
1 parent d431ba5 commit 36a2489
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 @@ -54,7 +54,7 @@ jobs:
- name: CMake Configure
run: cmake --preset ${{ inputs.cmake-preset }}
- name: CMake Build
run: cmake --build out/build/${{ inputs.cmake-preset }} --target all -j 16
run: cmake --build out/build/${{ inputs.cmake-preset }} --target BuildVDF -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 36a2489

Please sign in to comment.