Skip to content

Commit d2f3131

Browse files
committed
fix(ci): pin macOS xmake sdk path
1 parent 86ea64e commit d2f3131

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: xlings install
2525

26+
- name: Configure xmake
27+
run: xmake f --toolchain=llvm --sdk="$HOME/.xlings/data/xpkgs/xim-x-llvm/20.0.7" -y -vvD
28+
2629
- name: Build
2730
run: xmake build -a -y -vvD
2831

0 commit comments

Comments
 (0)