Skip to content

Commit 4ea911e

Browse files
committed
fix workflow again
1 parent 31d68af commit 4ea911e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main-rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
toolchain: stable
3232

33+
- name: Install musl-gcc
34+
run: sudo apt-get install musl-tools
35+
3336
- name: Install cargo musl target
3437
run: rustup target add x86_64-unknown-linux-musl
3538

0 commit comments

Comments
 (0)