Skip to content

Commit 24655a0

Browse files
committed
Fix Windows-cache
1 parent 73367d6 commit 24655a0

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

149149
- name: Install Composer dependencies

0 commit comments

Comments
 (0)