Skip to content

Commit

Permalink
fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed May 30, 2024
1 parent 31d68af commit 4ea911e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
toolchain: stable

- name: Install musl-gcc
run: sudo apt-get install musl-tools

- name: Install cargo musl target
run: rustup target add x86_64-unknown-linux-musl

Expand Down

0 comments on commit 4ea911e

Please sign in to comment.