added -y to apt build-dep command
Some checks failed
Build Packages / Build bootc Package (push) Blocked by required conditions
Build Packages / Create Combined Artifacts (push) Blocked by required conditions
Test Build / Test bootc Build (with existing libostree) (push) Waiting to run
Build Packages / Build libostree Backport (push) Has been cancelled

This commit is contained in:
robojerk 2025-07-21 00:53:54 +00:00
parent 7ea97468bf
commit e9f2b52dd6

View file

@ -63,7 +63,7 @@ jobs:
- name: Install build dependencies
run: |
cd /opt/Projects/ostree-backport-noble/ostree-${OSTREE_VERSION}
apt build-dep ./
apt build-dep -y ./
- name: Build libostree backport
run: |