Skip to content

Commit

Permalink
CI: Limit the number of jobs to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbte committed Oct 31, 2023
1 parent 2ff6c6f commit dfaf2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ jobs:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..
make -j
make -j 8
make install
- name: Build I-EMIC
run: |
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..
make -j
make -j 8
- name: Test I-EMIC
run: |
Expand Down

0 comments on commit dfaf2d9

Please sign in to comment.