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 committed by nex
parent ad8e34ce31
commit 41ad3cda0d

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