Skip to content

Commit a7ee39b

Browse files
committed
Revert changes from PR joomla#45708 in ci.yml
1 parent fdb2180 commit a7ee39b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- uses: actions/cache@v4
1919
id: cache-php
2020
with:
21-
path: |
22-
libraries/vendor
23-
plugins/system/webauthn/fido.jwt
21+
path: libraries/vendor
2422
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
2523
- name: Install PHP dependencies
2624
if: steps.cache-php.outputs.cache-hit != 'true'
@@ -341,9 +339,7 @@ jobs:
341339
- uses: actions/checkout@v4
342340
- uses: actions/cache/restore@v4
343341
with:
344-
path: |
345-
libraries/vendor
346-
plugins/system/webauthn/fido.jwt
342+
path: libraries/vendor
347343
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
348344
- uses: actions/cache/restore@v4
349345
with:

0 commit comments

Comments
 (0)