Skip to content

Commit b3b0704

Browse files
committed
use gmake always
1 parent 5c97da5 commit b3b0704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: make
123123
run: |-
124124
export PATH="/usr/local/opt/bison/bin:$PATH"
125-
make -j$(sysctl -n hw.logicalcpu) >/dev/null
125+
gmake -j$(sysctl -n hw.logicalcpu) >/dev/null
126126
- name: make install
127127
run: sudo gmake install
128128
- name: Test

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: make
7474
run: |-
7575
export PATH="/usr/local/opt/bison/bin:$PATH"
76-
make -j$(sysctl -n hw.logicalcpu) >/dev/null
76+
gmake -j$(sysctl -n hw.logicalcpu) >/dev/null
7777
- name: make install
7878
run: sudo gmake install
7979
- name: Test

0 commit comments

Comments
 (0)