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 7ba6318 commit bae0e8fCopy full SHA for bae0e8f
.github/workflows/llvm.yml
@@ -19,6 +19,7 @@ jobs:
19
id: cache-llvm-16
20
with:
21
path: |
22
+ /opt/homebrew/Cellar/llvm@16/
23
opt/homebrew/opt/llvm@16/
24
25
/usr/local/Cellar/llvm/
@@ -57,7 +58,7 @@ jobs:
57
58
brew install libtool automake
59
export LDFLAGS="-Lopt/homebrew/opt/llvm@16/lib"
60
export CPPFLAGS="-Iopt/homebrew/opt/llvm@16/include"
- 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
62
63
- name: vcpkg-action
64
@@ -66,7 +67,7 @@ jobs:
66
67
token: ${{ github.token }}
68
triplet: x64-osx-release
69
pkgs: "gtest cppunit"
-
70
+ - run: echo 'VCPKG_ROOT="/Users/runner/work/leetcode-test/leetcode-test/vcpkg"' >> ~/.bash_profile
71
- name: Setup Deno
72
73
uses: denoland/[email protected]
0 commit comments