Skip to content

Commit

Permalink
get bison and flex versions on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent ac27938 commit 4c837c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- name: Install deps
run: brew install portaudio libsndfile bison flex
- run: bison --version
- run: flex --version
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit 4c837c7

Please sign in to comment.