mirror of https://github.com/zachjs/sv2v.git
Fix mac test
This commit is contained in:
parent
87e5563dcd
commit
1860a5a4fb
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue