Skip to content

Commit

Permalink
Update build-debian-seflhosted.yml
Browse files Browse the repository at this point in the history
Remove 4 thread parallel limit
  • Loading branch information
Johnsel committed Dec 5, 2023
1 parent 3160b47 commit ecc8264
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-seflhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cmake \
-DENABLE_SHARED=ON \
..
make -j4
make -j
sudo make install
popd
Expand All @@ -61,7 +61,7 @@ jobs:
mkdir build
cd build
cmake ..
make -j 4
make -j
sudo make install
popd
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DOCS=ON \
..
make -j4
make -j
- name: Run Tests
if: ${{ false }} # Temporary disable Run Tests
Expand Down

0 comments on commit ecc8264

Please sign in to comment.