Skip to content

Commit

Permalink
Fixed CI on MACOS to get nproc appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBrahmakshatriya committed Dec 12, 2024
1 parent bd152c6 commit ab97219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- run: echo "Starting tests"
- name: Checking out repository
uses: actions/checkout@v2
- run: make -C ${{ github.workspace }} -j$(nproc) run
- run: make -C ${{ github.workspace }} -j$(sysctl -n hw.physicalcpu) run
- run: echo "Tests completed"

0 comments on commit ab97219

Please sign in to comment.