Skip to content

Commit 02e9174

Browse files
committed
update
1 parent 87f15a9 commit 02e9174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Configure xmake
9494
run: |
95-
LLVM_SDK=$(find "$HOME/.xlings/data/xpkgs" -maxdepth 1 -type d -name "xim-x-llvm*" | head -1)
95+
LLVM_SDK="$HOME/.xlings/data/xpkgs/xim-x-llvm/20.1.7"
9696
test -n "$LLVM_SDK"
9797
xmake f -m release --toolchain=llvm --sdk="$LLVM_SDK" -y -vvD
9898

0 commit comments

Comments
 (0)