From 03ea61a8ae52dde5f7f9d4b33eb8fade68b07010 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:59:33 -0700 Subject: [PATCH] do not use overlayfs --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c85bf88..7ebe60a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: container: image: quay.io/podman/stable options: --privileged + env: + STORAGE_DRIVER: vfs steps: - name: Install git run: dnf install -y --quiet git-core