Skip to content

Commit 413c80e

Browse files
Fix for Windows
1 parent 7eb2253 commit 413c80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
- uses: actions/checkout@v4
134134

135135
- name: Set build environment variables
136+
shell: bash
136137
run: |
137138
echo "build_os=${{ steps.config.outputs.build_os }}" >> $GITHUB_ENV
138139
echo "build_arch=${{ steps.config.outputs.arch }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)