Skip to content

Commit 386bac6

Browse files
committed
don't cache composer dependencies
1 parent 6a6a47b commit 386bac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
sudo apt update
3131
sudo apt install rsync
3232
33-
- name: Cache Composer dependencies
34-
uses: actions/cache@v2
35-
with:
36-
path: /tmp/composer-cache
37-
key: ${{ matrix.php-version }}-${{ env.RELEASE_VERSION }}-${{ hashFiles('**/composer.lock') }}
33+
# - name: Cache Composer dependencies
34+
# uses: actions/cache@v2
35+
# with:
36+
# path: /tmp/composer-cache
37+
# key: ${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
3838

3939
- name: Install dependencies
4040
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)