Skip to content

Commit bb3f693

Browse files
committed
Fix Windows CI
1 parent e39b59d commit bb3f693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/checkout@v6
145145

146146
- name: Get composer cache directory
147-
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
147+
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
148148

149149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150150
shell: bash
@@ -154,7 +154,7 @@ jobs:
154154
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
155155
exit 1
156156
fi
157-
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env:GITHUB_ENV"
157+
echo COMPOSER_ROOT_VERSION="$ROOT_VERSION" >> "$GITHUB_ENV"
158158
159159
- name: Cache composer dependencies
160160
uses: actions/cache@v5

0 commit comments

Comments
 (0)