actions: update toolchain
This commit is contained in:
parent
3e19cc01fa
commit
1db851f286
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
- name: Update toolchain
|
||||
run: "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