Skip to content

Commit 6f7cadf

Browse files
committed
Do not cache dependencies
1 parent 2ef717b commit 6f7cadf

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,6 @@ jobs:
322322
coverage: "none"
323323
php-version: "7.3"
324324

325-
- name: "Cache dependencies"
326-
uses: "actions/cache@v2"
327-
with:
328-
path: "~/.composer/cache"
329-
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
330-
restore-keys: "php-${{ matrix.php-version }}-composer-"
331-
332325
- name: "Install dependencies"
333326
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"
334327

.github/workflows/phar.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
coverage: "none"
2727
php-version: "7.4"
2828

29-
- name: "Cache dependencies"
30-
uses: "actions/cache@v2"
31-
with:
32-
path: "~/.composer/cache"
33-
key: "php-7.4-composer-${{ hashFiles('**/composer.json') }}"
34-
restore-keys: "php-7.4-composer-"
35-
3629
- name: "Install dependencies"
3730
run: "composer install --no-interaction --no-progress --no-suggest"
3831

0 commit comments

Comments
 (0)