Fix mac test

This commit is contained in:
MrPoloGit 2026-03-24 16:39:52 -07:00
parent 87e5563dcd
commit 1860a5a4fb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install bison
brew install bison autoconf automake gperf
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
- name: Install Dependencies (Linux)
if: runner.os == 'Linux'