Skip to content

Commit dde6bd2

Browse files
committed
WIP
1 parent 72eae23 commit dde6bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ contains(matrix.os, 'macos') }}
4141
shell: "bash"
4242
run: |
43-
brew install ninja flex bison pkg-config automake libtool autoconf autoconf-archive coreutils git wget llvm
43+
brew install ninja flex bison automake autoconf-archive coreutils llvm
4444
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
4545
source ~/.bash_profile
4646

0 commit comments

Comments
 (0)