Skip to content

Commit b4cf338

Browse files
committed
Fix Windows-build
1 parent cbabced commit b4cf338

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
@@ -152,7 +152,7 @@ jobs:
152152
echo "Could not read extra.branch-alias.dev-master from composer.json" >&2
153153
exit 1
154154
fi
155-
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$GITHUB_ENV"
155+
echo "COMPOSER_ROOT_VERSION=$ROOT_VERSION" >> "$env:GITHUB_ENV"
156156
157157
- name: Cache composer dependencies
158158
uses: actions/cache@v4

0 commit comments

Comments
 (0)