Skip to content

Commit

Permalink
Fix workflow: use minimoonbit compiler channel for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Oct 22, 2024
1 parent 6ede478 commit 9e9f330
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 9e9f330

Please sign in to comment.