Skip to content

Commit ce37969

Browse files
committed
Fix Windows-cache
1 parent 8b87381 commit ce37969

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
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/cache@v5
147147
with:
148148
path: ${{ env.COMPOSER_CACHE }}
149-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
149+
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
150150
restore-keys: ${{ runner.os }}-composer-
151151

152152
- name: Install Composer dependencies

0 commit comments

Comments
 (0)