Skip to content

Commit 1a72fad

Browse files
committed
Fix Windows-build
1 parent d2ea482 commit 1a72fad

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
@@ -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)