actions: rustup default stable
This commit is contained in:
parent
1db851f286
commit
8b92775e31
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
submodules: "recursive"
|
||||
- name: Update toolchain
|
||||
run: "rustup target add aarch64-unknown-linux-musl"
|
||||
run: "rustup default stable; rustup target add aarch64-unknown-linux-musl"
|
||||
- name: Build
|
||||
run: "cargo build --release --target=aarch64-unknown-linux-musl"
|
||||
- name: Build .deb
|
||||
|
|
Loading…
Add table
Reference in a new issue