Skip to content

Commit

Permalink
Do not cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 1, 2021
1 parent 2ef717b commit 6f7cadf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -322,13 +322,6 @@ jobs:
coverage: "none"
php-version: "7.3"

- name: "Cache dependencies"
uses: "actions/cache@v2"
with:
path: "~/.composer/cache"
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
restore-keys: "php-${{ matrix.php-version }}-composer-"

- name: "Install dependencies"
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/phar.yml
Expand Up @@ -26,13 +26,6 @@ jobs:
coverage: "none"
php-version: "7.4"

- name: "Cache dependencies"
uses: "actions/cache@v2"
with:
path: "~/.composer/cache"
key: "php-7.4-composer-${{ hashFiles('**/composer.json') }}"
restore-keys: "php-7.4-composer-"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress --no-suggest"

Expand Down

0 comments on commit 6f7cadf

Please sign in to comment.