Eliminate dnf
Build Runner Image / build (push) Failing after 1s

This commit is contained in:
2026-05-20 21:34:39 +02:00
parent 04f089869c
commit f7df95e300
+2 -3
View File
@@ -11,13 +11,12 @@ jobs:
run: |
echo "Can you see this?"
- name: Install tools (logged)
- name: Test 2
run: |
bash -c 'dnf install -y git buildah &> /tmp/dnf.log < /dev/null'
echo "Can you see this?"
- name: Show install log
run: |
cat /tmp/dnf.log
which git
which buildah