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 5064f44
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
echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> /Users/runner/.bash_profile
echo 'export PATH="/usr/local/opt/flex/bin:$PATH"' >> /Users/runner/.bash_profile
- run: |
bison --version
- name: Build script
run: ./build.sh
Expand Down

0 comments on commit 5064f44

Please sign in to comment.