This commit is contained in:
Mick Grove 2026-01-02 12:49:58 -08:00
commit 08cccfd6ef
8 changed files with 135 additions and 42 deletions

View file

@ -23,7 +23,6 @@ jobs:
toolchain: ${{ env.RUST_TOOLCHAIN }}
profile: minimal
override: true
- uses: swatinem/rust-cache@v2
- name: Build (Makefile linux-arm64)
run: make ubuntu-arm64
- name: Run tests

View file

@ -79,8 +79,6 @@ jobs:
profile: minimal
override: true
- uses: swatinem/rust-cache@v2
- name: Install packaging tools
run: cargo install cargo-deb cargo-generate-rpm