From ca5df57d3bd666892016ed96ce036257085711cf Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 10 Oct 2025 22:25:33 -0400 Subject: [PATCH] return once more without env in act runner --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5930cf1..cfe46e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: env: _BUILDAH_STARTED_IN_USERNS: "" BUILDAH_ISOLATION: chroot - #STORAGE_DRIVER: vfs + STORAGE_DRIVER: vfs uses: blue-build/github-action@v1.8 with: recipe: ${{ matrix.recipe }}