Skip to content

Commit 48ff59e

Browse files
committed
chore: Remove composer cache
1 parent 5ae9445 commit 48ff59e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ jobs:
114114
- name: Validate composer.json and composer.lock
115115
run: composer validate
116116

117-
- name: Cache Composer packages
118-
id: composer-cache
119-
uses: actions/cache@v2
120-
with:
121-
path: vendor
122-
key: ${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
123-
restore-keys: |
124-
${{ runner.os }}-${{ matrix.php }}-Laravel${{ matrix.laravel }}
125-
126117
- name: Install dependencies
127118
if: steps.composer-cache.outputs.cache-hit != 'true'
128119
run: |

0 commit comments

Comments
 (0)