Skip to content

Commit

Permalink
set bison path
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Nov 4, 2024
1 parent bf053c3 commit 1d1f0dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ jobs:
steps:
- name: Init environment
shell: bash
run: brew install bison && bison --version
run: |
brew install bison
echo 'export PATH="/opt/homebrew/opt/bison/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
bison --version
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand Down

0 comments on commit 1d1f0dc

Please sign in to comment.