fix workflow again
This commit is contained in:
parent
31d68afdc9
commit
4ea911e6b2
3
.github/workflows/main-rust.yml
vendored
3
.github/workflows/main-rust.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
|
- name: Install musl-gcc
|
||||||
|
run: sudo apt-get install musl-tools
|
||||||
|
|
||||||
- name: Install cargo musl target
|
- name: Install cargo musl target
|
||||||
run: rustup target add x86_64-unknown-linux-musl
|
run: rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user