Skip to content

Commit d810ba2

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ 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"
156+
shell: bash
156157

157158
- name: Cache composer dependencies
158159
uses: actions/cache@v4

0 commit comments

Comments
 (0)