Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Aug 30, 2024
1 parent fa800ac commit 7988459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
run: |
curl -fsSLv https://cli.moonbitlang.com/install/unix.sh | bash -s
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: Version
run: moon version --all

- name: moon update
run: |
moon update
- name: Build
run: |
cargo build --release
Expand Down

0 comments on commit 7988459

Please sign in to comment.