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 2bd6309 commit 3252596Copy full SHA for 3252596
.github/workflows/nightly.yml
@@ -124,7 +124,7 @@ jobs:
124
export PATH="/usr/local/opt/bison/bin:$PATH"
125
make -j$(sysctl -n hw.logicalcpu) >/dev/null
126
- name: make install
127
- run: sudo make install
+ run: sudo gmake install
128
- name: Test
129
uses: ./.github/actions/test-macos
130
- name: Test Tracing JIT
.github/workflows/push.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments