Skip to content

Commit

Permalink
put brew flex/bison in path
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 18, 2024
1 parent e82456b commit 1b63c57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
- run: |
bison --version
brew install bison flex
sudo ln -s /usr/bin/bison /usr/local/opt/bison/bin/bison
sudo ln -s /usr/bin/flex /usr/local/opt/flex/bin/flex
- run: |
bison --version
- name: Build script
run: ./build.sh
Expand Down

0 comments on commit 1b63c57

Please sign in to comment.