From 0e2394a081433ec6ecdbaff2caca428e1955255b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 4 Mar 2024 08:51:45 +0100 Subject: [PATCH] Fix: Create cache directory for friendsofphp/php-cs-fixer --- .github/workflows/integrate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c25af09..7c4fa19 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,6 +64,9 @@ jobs: - name: "Run ergebnis/composer-normalize" run: "composer normalize --ansi --dry-run" + - name: "Create cache directory for friendsofphp/php-cs-fixer" + run: "mkdir -p .build/php-cs-fixer" + - name: "Cache cache directory for friendsofphp/php-cs-fixer" uses: "actions/cache@v4" with: