Skip to content

Commit 87d948a

Browse files
authored
Wat (#472)
* bees * sigh
1 parent ff94253 commit 87d948a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
- if: runner.os == 'macOS'
8787
run: |
8888
brew install automake bison
89-
brew link bison --force
89+
echo "bees"
90+
brew link bison --force
9091
echo "/usr/local/opt/bison/bin:$PATH" >> $GITHUB_PATH
9192
- run: ./script/test.sh
9293
env:

0 commit comments

Comments
 (0)