Pivot: ADR-0007 rent-the-trunk + ADR-0008 FOB/green-zone + rutster-trunk rename #3

Merged
alee merged 10 commits from pivot-and-ui-design into main 2026-07-01 05:44:53 +00:00
Showing only changes of commit c86bb19c0e - Show all commits

View File

@@ -29,7 +29,7 @@ jobs:
with:
components: clippy
- name: Install libopus (media crate FFI dep)
run: sudo apt-get update && sudo apt-get install -y libopus-dev
run: apt-get update && apt-get install -y libopus-dev
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all -- -D warnings
@@ -44,7 +44,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- name: Install libopus (media crate FFI dep)
run: sudo apt-get update && sudo apt-get install -y libopus-dev
run: apt-get update && apt-get install -y libopus-dev
- uses: Swatinem/rust-cache@v2
- run: cargo test --all