From 1133404966e0b9e5783462d1d3b72c59f110ef6d Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Wed, 5 Feb 2025 14:25:21 -0500 Subject: [PATCH] . --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0fba49d..5e35c58 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -9,7 +9,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: setup buildah - run: sudo apt install -y buildah + run: sudo apt -y update; sudo apt install -y buildah - name: Buildah uses: redhat-actions/buildah-build@v2 with: