Skip to content

Commit e8cd904

Browse files
author
python123
committed
fix: update MoonBit registry in CI
1 parent 86f4581 commit e8cd904

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
@@ -28,6 +28,9 @@ jobs:
2828
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
2929
echo "$HOME/.moon/bin" >> "$GITHUB_PATH"
3030
31+
- name: Update MoonBit registry
32+
run: moon update
33+
3134
- name: Show MoonBit version
3235
run: moon version
3336

0 commit comments

Comments
 (0)