Skip to content

Commit d5d9654

Browse files
committed
Fix compilation errors
1 parent 471128b commit d5d9654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: "Build"
3232
env:
33-
PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:${{ env.PATH }}
33+
BISON_EXECUTABLE: /opt/homebrew/opt/bison/bin/bison
3434
run: |
3535
cd build
3636
./unix.sh

0 commit comments

Comments
 (0)