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: