Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crueter authored Nov 30, 2023
1 parent 8a161e4 commit cf2695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build
run: |
cmake --build ${{ env.BUILD_DIR }}
cmake --build ${{ env.BUILD_DIR }} --parallel $(nproc)
# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit cf2695e

Please sign in to comment.