Skip to content

Commit

Permalink
🎉 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed May 29, 2024
1 parent 3d0eda2 commit 3d6b387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Install musl-gcc
- name: Install musl-gcc
run: sudo apt-get install musl-tools musl-dev -y
run: sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install musl-tools musl-dev -y

# Setup Rust
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 3d6b387

Please sign in to comment.