Skip to content

Commit 4212761

Browse files
committed
fixup
1 parent 1923e81 commit 4212761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
configurationParameters: --enable-debug --disable-zts --disable-all --enable-opcache
114114
- name: make
115115
run: |-
116-
export PATH="/usr/local/opt/bison/bin:$PATH"
116+
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
117117
make -j$(sysctl -n hw.logicalcpu) >/dev/null
118118
- name: make install
119119
run: sudo make install

0 commit comments

Comments
 (0)