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 1923e81 commit 4212761Copy full SHA for 4212761
.github/workflows/push.yml
@@ -113,7 +113,7 @@ jobs:
113
configurationParameters: --enable-debug --disable-zts --disable-all --enable-opcache
114
- name: make
115
run: |-
116
- export PATH="/usr/local/opt/bison/bin:$PATH"
+ export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
117
make -j$(sysctl -n hw.logicalcpu) >/dev/null
118
- name: make install
119
run: sudo make install
0 commit comments