Skip to content

Commit

Permalink
fix: musl aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jul 15, 2023
1 parent c2140e5 commit 7f8a027
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- id: init
- name: Install musl dependencies
run: sudo apt-get update && sudo apt-get install musl-tools
- name: Install rust toolchain
id: init
run: |
rustup toolchain install stable --profile minimal
rustup target add x86_64-unknown-linux-musl
Expand Down

0 comments on commit 7f8a027

Please sign in to comment.