Try again
Buildtest / build (push) Failing after 55s

This commit is contained in:
Dominik Werder
2026-07-02 15:54:51 +02:00
parent 3fd321b606
commit ec00015c49
+7 -5
View File
@@ -12,15 +12,17 @@ jobs:
runs-on: rhel10
steps:
- name: Node
run: dnf install nodejs
- name: Check out repository
uses: actions/checkout@v4
- name: Release
run: cat /etc/*release
run: dnf install --assumeyes nodejs
- name: Search for podman
run: dnf search podman
- name: Look for podman
run: dnf info podman
- name: Install podman
run: dnf install --assumeyes podman
- name: Check out repository
uses: actions/checkout@v4
- name: Release
run: cat /etc/*release
- name: Download build image
run: |
curl -L \