Surface install logs
Build Runner Image / build (push) Failing after 21s

This commit is contained in:
2026-05-20 21:23:01 +02:00
parent e117fa7058
commit 616c32d317
+7 -1
View File
@@ -14,7 +14,13 @@ jobs:
- name: Install tools
run: |
set -ex
dnf install -y --quiet git buildah 2>&1
dnf install -y git buildah > /tmp/dnf.log 2>&1 || true
- name: Show install log
run: |
cat /tmp/dnf.log
which git
which buildah
- name: Test 2
run: |