Skip to content

Commit

Permalink
fix moonbit setup in action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 13, 2024
1 parent c4b1fa0 commit ea86b50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Moonbit
uses: hustcer/[email protected]
- name: install
if: ${{ matrix.os != 'windows-latest' }}
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
# - name: moon check
# run: moon check
Expand Down

0 comments on commit ea86b50

Please sign in to comment.