Supress dnf interactive mode
Build Runner Image / build (push) Failing after 30s

This commit is contained in:
2026-05-20 21:40:09 +02:00
parent f7df95e300
commit d891cc2fcf
+4 -17
View File
@@ -6,25 +6,12 @@ on:
jobs:
build:
runs-on: fedora-latest
env:
DNF5_FORCE_INTERACTIVE: "0"
steps:
- name: Test 1
- name: Install tools
run: |
echo "Can you see this?"
- name: Test 2
run: |
echo "Can you see this?"
- name: Show install log
run: |
which git
which buildah
- name: Test 2
run: |
echo "Can you see this?"
which git
which buildah
dnf install -y git buildah
- name: Set registry host
run: |