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