fix: Use binstall for cargo-deb

This commit is contained in:
Ginger 2025-09-08 10:21:35 -04:00
commit 52fb7b5ede
No known key found for this signature in database

View file

@ -65,7 +65,7 @@ jobs:
- name: Install build dependencies
run: |
cargo install cargo-deb
cargo binstall cargo-deb
# Build dependencies for rocksdb
apt install -y clang liburing-dev