Skip to content

Commit 23e7422

Browse files
committed
Fix Windows-cache
1 parent 7a6a862 commit 23e7422

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

146146
- name: Install Composer dependencies

0 commit comments

Comments
 (0)