Use bash instead of script
Build Runner Image / build (push) Failing after 17s

This commit is contained in:
2026-05-20 21:31:28 +02:00
parent 2503ff0565
commit 04f089869c
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Install tools (logged)
run: |
script -q -c "dnf install -y git buildah" /tmp/dnf.log
bash -c 'dnf install -y git buildah &> /tmp/dnf.log < /dev/null'
- name: Show install log
run: |