Skip to content

Commit a8e7c1b

Browse files
committed
WIP
1 parent 3ee7ce3 commit a8e7c1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ 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
43+
brew install ninja flex bison pkg-config automake libtool autoconf autoconf-archive coreutils git wget 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
4446
4547
- name: Export GitHub Actions cache environment variables
4648
uses: actions/github-script@v7
@@ -52,7 +54,6 @@ jobs:
5254
- name: npm ci
5355
shell: "bash"
5456
run: |
55-
export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"
5657
sudo mkdir -p /Users/runner/Library/Caches
5758
sudo chmod -R 777 /Users/runner/Library/Caches
5859
npm ci

0 commit comments

Comments
 (0)