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 48e9ef8Copy full SHA for 48e9ef8
.github/actions/verify-generated-files/action.yml
@@ -5,7 +5,7 @@ runs:
5
- shell: bash
6
run: |
7
set -x
8
- [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
+ [[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
9
scripts/dev/genfiles
10
Zend/zend_vm_gen.php
11
build/gen_stub.php -f
.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