Skip to content

Commit

Permalink
Export homebrew's bison path to PATH environmental variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 6, 2024
1 parent 4cbe88e commit facb221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
run: |
echo "MAKEFLAGS=-j$((1 + $(sysctl -n hw.activecpu)))" >> $GITHUB_ENV
echo "PATH="/usr/local/opt/bison/bin:$PATH"" >> $GITHUB_ENV
echo "PATH="/opt/homebrew/opt/bison/bin:$PATH"" >> $GITHUB_ENV
- run: ./autogen.sh
working-directory: src
- name: Run configure
Expand Down

0 comments on commit facb221

Please sign in to comment.