Skip to content

Commit

Permalink
Update build-debian-seflhosted.yml
Browse files Browse the repository at this point in the history
Limit ngscopeclient build threads to -j 16
  • Loading branch information
Johnsel committed Dec 7, 2023
1 parent ecc8264 commit b07a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-seflhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DOCS=ON \
..
make -j
make -j 16
- name: Run Tests
if: ${{ false }} # Temporary disable Run Tests
Expand Down

0 comments on commit b07a699

Please sign in to comment.