Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 28, 2024
1 parent 9a0f2d5 commit 62cdf85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build pull request version
run: |
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug ${{ matrix.cmakeConfig }}
cmake --build ./build --config Debug --target ${{ matrix.cmakeTarget }} --parallel 3
cmake --build ./build --config Debug --target ${{ matrix.target }} --parallel 3
- name: Run Tests
run: |
Expand Down
Loading

0 comments on commit 62cdf85

Please sign in to comment.