mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +03:00
Fix Rust checkout for Linux musl
This commit is contained in:
parent
cc121171b3
commit
67e5b0e13e
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -60,14 +60,11 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt
|
||||
target: x86_64-unknown-linux-musl
|
||||
default: stable-x86_64-unknown-linux-musl
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user