From 34f522e358c27cb894a1622036cea9bfe1928e91 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 8 Sep 2024 19:32:31 +0200 Subject: [PATCH] Do not cache the dependencies --- .github/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ae0748..4f500ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,14 +150,6 @@ jobs: - name: Show the Composer configuration run: composer config --global --list - - name: Cache dependencies installed with composer - uses: actions/cache@v4 - with: - path: ~/.cache/composer - key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }} - restore-keys: | - php${{ matrix.php-version }}-composer- - - name: Install Composer dependencies run: composer install --no-progress @@ -206,14 +198,6 @@ jobs: - name: Show the Composer configuration run: composer config --global --list - - name: Cache dependencies installed with composer - uses: actions/cache@v4 - with: - path: ~/.cache/composer - key: php${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-${{ hashFiles('**/composer.json') }} - restore-keys: | - php${{ matrix.php-version }}-${{ matrix.dependencies }}-composer- - - name: Install Composer dependencies run: | if [[ "${{ matrix.dependencies }}" == 'lowest' ]]; then