Skip to content

Commit

Permalink
compare speed with parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atsju committed Feb 11, 2023
1 parent 72d8afa commit 610ede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: sudo apt install -y libqwt-qt5-6 libqwt-qt5-dev
- run: sudo apt install -y libarmadillo-dev libarmadillo10
- run: qmake
- run: make
- run: make -j4

0 comments on commit 610ede7

Please sign in to comment.