We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72815fa commit c1b3006Copy full SHA for c1b3006
1 file changed
.github/workflows/build-macos.yml
@@ -19,7 +19,6 @@ jobs:
19
- name: "Setup flex, bison"
20
run: |
21
brew install flex bison
22
- echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> ~/.zshrc
23
24
- name: "Setup cmake"
25
run: cmake --version
@@ -30,6 +29,8 @@ jobs:
30
29
gil update
31
32
- name: "Build"
+ env:
33
+ PATH: /opt/homebrew/opt/bison/bin:/opt/homebrew/opt/bison/bin:$PATH
34
35
cd build
36
./unix.sh
0 commit comments