Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
Temporary: Don't use // build on github (to try to  understand why it doesn't build on Github, whereas it works locally :-<)
  • Loading branch information
egallesio authored Nov 20, 2023
1 parent 28bb1c9 commit 6c59a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: configure
run: ./configure
- name: make
run: make -j$(nproc)
run: make -j1
- name: make check
run: make check
# - name: make distcheck
Expand Down

0 comments on commit 6c59a2a

Please sign in to comment.