Skip to content

Commit f57bf2b

Browse files
committed
Fix compilation errors
1 parent d5d9654 commit f57bf2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: "Setup flex, bison"
2020
run: |
2121
brew install flex bison
22+
echo 'export PATH="/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
2223
2324
- name: "Setup cmake"
2425
run: cmake --version
@@ -29,8 +30,6 @@ jobs:
2930
gil update
3031
3132
- name: "Build"
32-
env:
33-
BISON_EXECUTABLE: /opt/homebrew/opt/bison/bin/bison
3433
run: |
3534
cd build
3635
./unix.sh

0 commit comments

Comments
 (0)