We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c97da5 commit b3b0704Copy full SHA for b3b0704
.github/workflows/nightly.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: make
123
run: |-
124
export PATH="/usr/local/opt/bison/bin:$PATH"
125
- make -j$(sysctl -n hw.logicalcpu) >/dev/null
+ gmake -j$(sysctl -n hw.logicalcpu) >/dev/null
126
- name: make install
127
run: sudo gmake install
128
- name: Test
.github/workflows/push.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
0 commit comments