Skip to content

Commit

Permalink
install bison on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm committed Nov 4, 2024
1 parent c2d4a15 commit bf053c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
runs-on: macos-latest

steps:
- name: Init environment
shell: bash
run: brew install bison && bison --version

- name: Checkout repository and submodules
uses: actions/checkout@v2

Expand Down

0 comments on commit bf053c3

Please sign in to comment.