Skip to content

Commit 934c7ff

Browse files
committed
Fix Windows-build
1 parent cbabced commit 934c7ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ jobs:
143143
- uses: actions/checkout@v4
144144

145145
- name: Get composer cache directory
146-
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$env:GITHUB_ENV"
146+
shell: bash
147+
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
147148

148149
- name: Get COMPOSER_ROOT_VERSION from composer.json branch alias
150+
shell: bash
149151
run: |
150152
ROOT_VERSION=$(composer config extra.branch-alias.dev-master)
151153
if [ -z "$ROOT_VERSION" ]; then

0 commit comments

Comments
 (0)