Skip to content

Commit bae0e8f

Browse files
committed
Update llvm.yml
1 parent 7ba6318 commit bae0e8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/llvm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
id: cache-llvm-16
2020
with:
2121
path: |
22+
/opt/homebrew/Cellar/llvm@16/
2223
opt/homebrew/opt/llvm@16/
2324
2425
/usr/local/Cellar/llvm/
@@ -57,7 +58,7 @@ jobs:
5758
brew install libtool automake
5859
export LDFLAGS="-Lopt/homebrew/opt/llvm@16/lib"
5960
export CPPFLAGS="-Iopt/homebrew/opt/llvm@16/include"
60-
echo 'export PATH="opt/homebrew/opt/llvm@16/bin:$PATH"' >> /Users/runner/.bash_profile
61+
echo 'export PATH="opt/homebrew/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile
6162
6263
- name: vcpkg-action
6364

@@ -66,7 +67,7 @@ jobs:
6667
token: ${{ github.token }}
6768
triplet: x64-osx-release
6869
pkgs: "gtest cppunit"
69-
70+
- run: echo 'VCPKG_ROOT="/Users/runner/work/leetcode-test/leetcode-test/vcpkg"' >> ~/.bash_profile
7071
- name: Setup Deno
7172

7273
uses: denoland/[email protected]

0 commit comments

Comments
 (0)