Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
thanks Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed Mar 1, 2020
1 parent fbbe4c6 commit 2b4ef92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}

- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.composer/cache/files
key: php-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.composer/cache/files
key: php-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}

- name: Composer install
run: composer install --prefer-dist --no-progress --no-suggest
Expand Down

0 comments on commit 2b4ef92

Please sign in to comment.