Skip to content

Commit

Permalink
Merge pull request #176 from jolicode/lyrixx-patch-1
Browse files Browse the repository at this point in the history
Drop composer cache in GA
  • Loading branch information
lyrixx authored Mar 22, 2022
2 parents 9e7eae8 + ec05b45 commit 0c01392
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ jobs:
-
uses: actions/checkout@v2

# Cache

-
name: 'Cache Composer'
id: cache-composer
uses: actions/cache@v2
with:
path: ~/.composer/cache/
key: "composer-${{ hashFiles('**/composer.lock') }}"
restore-keys: composer-

# Setup

-
Expand Down

0 comments on commit 0c01392

Please sign in to comment.