From 1c39195c5fd4276ddfb7a626a0a5f7a2b713d2f8 Mon Sep 17 00:00:00 2001 From: Jon Clucas Date: Tue, 24 Oct 2023 16:33:00 -0400 Subject: [PATCH] :construction_worker: Don't remove Docker --- .github/workflows/test_cpac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cpac.yml b/.github/workflows/test_cpac.yml index 977b97a1..f62168d0 100644 --- a/.github/workflows/test_cpac.yml +++ b/.github/workflows/test_cpac.yml @@ -33,7 +33,7 @@ jobs: remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' - remove-docker-images: 'true' # This'll slow it down but increase stability + remove-docker-images: 'false' - uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v4