Skip to content

Commit ebd8420

Browse files
Assume yes for update
1 parent 255f226 commit ebd8420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: |
201201
source venvs/kayobe/bin/activate &&
202202
source src/kayobe-config/kayobe-env --environment ci-builder &&
203-
kayobe seed host command run --become --command "dnf distro-sync --refresh"
203+
kayobe seed host command run --become --command "dnf distro-sync --refresh --assumeyes"
204204
env:
205205
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206206

0 commit comments

Comments
 (0)