We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72eae23 commit dde6bd2Copy full SHA for dde6bd2
.github/workflows/test-pr.yml
@@ -40,7 +40,7 @@ jobs:
40
if: ${{ contains(matrix.os, 'macos') }}
41
shell: "bash"
42
run: |
43
- brew install ninja flex bison pkg-config automake libtool autoconf autoconf-archive coreutils git wget llvm
+ brew install ninja flex bison automake autoconf-archive coreutils llvm
44
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
45
source ~/.bash_profile
46
0 commit comments