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
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:
parent
7ea97468bf
commit
e9f2b52dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue