We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c7660 commit ff94253Copy full SHA for ff94253
.github/workflows/ci.yml
@@ -86,6 +86,7 @@ jobs:
86
- if: runner.os == 'macOS'
87
run: |
88
brew install automake bison
89
+ brew link bison --force
90
echo "/usr/local/opt/bison/bin:$PATH" >> $GITHUB_PATH
91
- run: ./script/test.sh
92
env:
0 commit comments