From 8d8e448b65e9f4e206534a5f83133123202315a5 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Wed, 5 Feb 2025 14:24:39 -0500 Subject: [PATCH] . --- .gitea/workflows/demo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 61ced92..0fba49d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,6 +8,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: setup buildah + run: sudo apt install -y buildah - name: Buildah uses: redhat-actions/buildah-build@v2 with: