Skip to content

Commit af339e0

Browse files
committed
Fix Windows-cache
1 parent d8f807c commit af339e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: actions/cache@v5
146146
with:
147147
path: ${{ env.COMPOSER_CACHE }}
148-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
148+
key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
149149
restore-keys: ${{ runner.os }}-composer-
150150

151151
- name: Require specific dependencies

0 commit comments

Comments
 (0)