fix: Run apt-get update first

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

View file

@ -66,8 +66,9 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
cargo binstall cargo-deb cargo binstall cargo-deb
apt-get update -y
# Build dependencies for rocksdb # Build dependencies for rocksdb
apt install -y clang liburing-dev apt-get install -y clang liburing-dev
- name: Run cargo-deb - name: Run cargo-deb
id: cargo_deb id: cargo_deb