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 e3262a1 commit 555cd42Copy full SHA for 555cd42
.github/workflows/llvm.yml
@@ -80,6 +80,8 @@ jobs:
80
actions-cache-folder: ".xmake-cache"
81
- run: xmake l install.lua
82
- 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"
85
- run: xmake clean -a
86
- run: xmake f --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@16/ -y -v --project=. "--file=./xmake.lua"
87
- run: xmake build -v -y -w --project=. "--file=./xmake.lua"
0 commit comments