mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 08:33:04 +02:00
fix: Run apt-get update first
This commit is contained in:
parent
52fb7b5ede
commit
d14310a1e5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue