Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
glyh committed Oct 21, 2024
1 parent 654f6d3 commit 4daf345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moonbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: install
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s minimoonbit
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: moon version
Expand All @@ -34,4 +34,4 @@ jobs:
- name: format diff
run: |
moon fmt
git diff --exit-code
git diff --exit-code

0 comments on commit 4daf345

Please sign in to comment.