Skip to content

Commit 555cd42

Browse files
committed
Update llvm.yml
1 parent e3262a1 commit 555cd42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/llvm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
actions-cache-folder: ".xmake-cache"
8181
- run: xmake l install.lua
8282
- run: deno run -A xmake.ts --mode=test --group=test --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@16/
83+
env:
84+
VCPKG_ROOT: "/Users/runner/work/leetcode-treenode-cpp/leetcode-treenode-cpp/vcpkg"
8385
- run: xmake clean -a
8486
- run: xmake f --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@16/ -y -v --project=. "--file=./xmake.lua"
8587
- run: xmake build -v -y -w --project=. "--file=./xmake.lua"

0 commit comments

Comments
 (0)