actions: rustup default stable
Some checks failed
Build and release .deb / Build (push) Failing after 1m37s
Build and release .deb / Release (push) Failing after 3s

This commit is contained in:
Alex Janka 2024-12-26 22:46:04 +11:00
parent 1db851f286
commit 8b92775e31

View file

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