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 4950a77 commit 747169bCopy full SHA for 747169b
.github/workflows/push.yml
@@ -130,7 +130,7 @@ jobs:
130
configurationParameters: --enable-debug --disable-zts
131
- name: make
132
run: |-
133
- export PATH="/usr/local/opt/bison/bin:$PATH"
+ export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
134
make -j$(sysctl -n hw.logicalcpu) >/dev/null
135
- name: make install
136
run: sudo make install
0 commit comments