Skip to content

Commit b92598d

Browse files
committed
ci: add xlings update before install (ensure index is cloned)
1 parent b99a56f commit b92598d

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
"/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install
2424
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
2525
26+
- name: Refresh package index
27+
run: xlings update
28+
2629
- name: Install workspace tools (.xlings.json → mcpp 0.0.13)
2730
run: xlings install -y
2831

0 commit comments

Comments
 (0)