Skip to content

Commit 3081776

Browse files
committed
ci: remove php extension caching from lint workflow
1 parent 9555b4d commit 3081776

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/lint.yml

-13
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ jobs:
2121
- name: "Checkout"
2222
uses: "actions/checkout@v4"
2323

24-
- name: "Setup cache environment"
25-
id: "extcache"
26-
uses: "shivammathur/cache-extensions@v1"
27-
with:
28-
php-version: ${{ env.PHP_VERSION }}
29-
30-
- name: "Cache extensions"
31-
uses: "actions/cache@v4"
32-
with:
33-
path: ${{ steps.extcache.outputs.dir }}
34-
key: ${{ steps.extcache.outputs.key }}
35-
restore-keys: ${{ steps.extcache.outputs.key }}
36-
3724
- name: "Install PHP"
3825
uses: "shivammathur/setup-php@v2"
3926
with:

0 commit comments

Comments
 (0)