We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f15a9 commit 02e9174Copy full SHA for 02e9174
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Configure xmake
94
run: |
95
- LLVM_SDK=$(find "$HOME/.xlings/data/xpkgs" -maxdepth 1 -type d -name "xim-x-llvm*" | head -1)
+ LLVM_SDK="$HOME/.xlings/data/xpkgs/xim-x-llvm/20.1.7"
96
test -n "$LLVM_SDK"
97
xmake f -m release --toolchain=llvm --sdk="$LLVM_SDK" -y -vvD
98
0 commit comments