From c2338e29a1df4aef62ff15960f8bdfedb0e21bae Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 15 Apr 2026 17:56:05 +0200 Subject: [PATCH] fix: simplify installation command for buildah and podman Signed-off-by: Uwe Hermann --- .gitea/workflows/test_build_and_push.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/test_build_and_push.yaml b/.gitea/workflows/test_build_and_push.yaml index 0460b89..431323f 100644 --- a/.gitea/workflows/test_build_and_push.yaml +++ b/.gitea/workflows/test_build_and_push.yaml @@ -38,9 +38,7 @@ jobs: - uses: actions/checkout@v4 - name: Install buildah and podman - run: | - sudo apt update - sudo apt install -y buildah podman + run: apt update && apt install -y buildah podman - name: Build ${{ matrix.image.name }} image id: build