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 555cd42 commit 5be53b7Copy full SHA for 5be53b7
.github/workflows/llvm.yml
@@ -80,8 +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"
+ env:
+ VCPKG_ROOT: "/Users/runner/work/leetcode-test/leetcode-test/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