Skip to content

Commit 2c22be2

Browse files
committed
Fix Windows-cache
1 parent d0768a2 commit 2c22be2

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

148148
- name: Install Composer dependencies

0 commit comments

Comments
 (0)