Skip to content

Commit c1b3006

Browse files
committed
Fix compilation errors
1 parent 72815fa commit c1b3006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: "Setup flex, bison"
2020
run: |
2121
brew install flex bison
22-
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> ~/.zshrc
2322
2423
- name: "Setup cmake"
2524
run: cmake --version
@@ -30,6 +29,8 @@ jobs:
3029
gil update
3130
3231
- name: "Build"
32+
env:
33+
PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:$PATH
3334
run: |
3435
cd build
3536
./unix.sh

0 commit comments

Comments
 (0)