File tree 3 files changed +3
-3
lines changed
actions/verify-generated-files
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- shell : bash
6
6
run : |
7
7
set -x
8
- [[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local /opt/bison/bin:$PATH"
8
+ [[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix) /opt/bison/bin:$PATH"
9
9
scripts/dev/credits
10
10
scripts/dev/genfiles
11
11
Zend/zend_vm_gen.php
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
--${{ matrix.zts && 'enable' || 'disable' }}-zts
220
220
- name : make
221
221
run : |-
222
- export PATH="/usr/local /opt/bison/bin:$PATH"
222
+ export PATH="$(brew --prefix) /opt/bison/bin:$PATH"
223
223
make -j$(sysctl -n hw.logicalcpu) >/dev/null
224
224
- name : make install
225
225
run : sudo make install
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
configurationParameters : --enable-debug --disable-zts
125
125
- name : make
126
126
run : |-
127
- export PATH="/usr/local /opt/bison/bin:$PATH"
127
+ export PATH="$(brew --prefix) /opt/bison/bin:$PATH"
128
128
make -j$(sysctl -n hw.logicalcpu) >/dev/null
129
129
- name : make install
130
130
run : sudo make install
You can’t perform that action at this time.
0 commit comments