Circumvent direct dnf usage
Build Runner Image / build (push) Failing after 2s

This commit is contained in:
2026-05-20 21:30:42 +02:00
parent e8678872dd
commit 2503ff0565
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install tools (logged)
run: |
dnf install -y --quiet git buildah > /tmp/dnf.log 2>&1 || true
script -q -c "dnf install -y git buildah" /tmp/dnf.log
- name: Show install log
run: |