Skip to content

Commit 2dba145

Browse files
committed
Fix Windows-cache
1 parent aee8a76 commit 2dba145

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
@@ -181,7 +181,7 @@ jobs:
181181
uses: actions/cache@v5
182182
with:
183183
path: ${{ env.COMPOSER_CACHE }}
184-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
184+
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
185185
restore-keys: ${{ runner.os }}-composer-
186186

187187
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)