actions: cargo deb + reorder
Some checks failed
Build and release .deb / Build (push) Failing after 1m26s
Build and release .deb / Release (push) Failing after 3s

This commit is contained in:
Alex Janka 2024-12-26 22:51:40 +11:00
parent 8b92775e31
commit 88ba179ad1

View file

@ -14,8 +14,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Select rustup channel
run: "rustup default stable"
- name: Update toolchain
run: "rustup default stable; rustup target add aarch64-unknown-linux-musl"
run: "rustup target add aarch64-unknown-linux-musl"
- name: Install cargo-deb
run: "cargo install --locked cargo-deb"
- name: Build
run: "cargo build --release --target=aarch64-unknown-linux-musl"
- name: Build .deb