mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix workflow again
This commit is contained in:
parent
31d68afdc9
commit
4ea911e6b2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main-rust.yml
vendored
3
.github/workflows/main-rust.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue