Skip to content

Commit e2cfcdb

Browse files
committed
Attempted fix
1 parent c6da2b7 commit e2cfcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Cache composer dependencies
5555
uses: actions/cache@v3
5656
with:
57-
path: $COMPOSER_CACHE
57+
path: $(composer config cache-files-dir)
5858
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
5959
restore-keys: ${{ runner.os }}-composer-
6060

0 commit comments

Comments
 (0)