From 9c90ac8d5d4aa3a921bc9327b6c6821ccadfad28 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 14 Aug 2023 18:40:48 +0200 Subject: [PATCH] [GHA] Disable composer cache-vcs-dir --- .github/composer-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/composer-config.json b/.github/composer-config.json index 2bdec1a826251..8fa24e783b4e7 100644 --- a/.github/composer-config.json +++ b/.github/composer-config.json @@ -1,5 +1,6 @@ { "config": { + "cache-vcs-dir": "/dev/null", "platform-check": false, "preferred-install": { "symfony/form": "source",