actions: update toolchain
Some checks failed
Build and release .deb / Build (push) Failing after 3s
Build and release .deb / Release (push) Failing after 2s

This commit is contained in:
Alex Janka 2024-12-26 22:45:13 +11:00
parent 3e19cc01fa
commit 1db851f286

View file

@ -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