Skip to content

Commit 94c0a04

Browse files
committed
fix action cache
1 parent 5a93ac5 commit 94c0a04

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/fix_style.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@ jobs:
1616
with:
1717
php-version: 8.2
1818

19-
- name: Cache Composer packages
20-
id: composer-cache
21-
uses: actions/cache@v3
22-
with:
23-
path: vendor
24-
key: ${{ runner.os }}-php-8.2-${{ hashFiles('**/composer.lock') }}
25-
restore-keys: |
26-
${{ runner.os }}-php-8.2
27-
2819
- name: Install dependencies
29-
if: steps.composer-cache.outputs.cache-hit != 'true'
3020
run: |
3121
composer install
3222
composer dump

0 commit comments

Comments
 (0)