1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-10-03 18:50:45 +00:00

fix: Run apt-get update first

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

View file

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