Skip to content

Commit 747169b

Browse files
committed
Fix bison path
1 parent 4950a77 commit 747169b

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
@@ -130,7 +130,7 @@ jobs:
130130
configurationParameters: --enable-debug --disable-zts
131131
- name: make
132132
run: |-
133-
export PATH="/usr/local/opt/bison/bin:$PATH"
133+
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
134134
make -j$(sysctl -n hw.logicalcpu) >/dev/null
135135
- name: make install
136136
run: sudo make install

0 commit comments

Comments
 (0)