Skip to content

Commit ea111d8

Browse files
committed
Fix Windows-cache
1 parent 241ed93 commit ea111d8

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
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/cache@v5
142142
with:
143143
path: ${{ env.COMPOSER_CACHE }}
144-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
144+
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
145145
restore-keys: ${{ runner.os }}-composer-
146146

147147
- name: Install Composer dependencies

0 commit comments

Comments
 (0)