Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit ca7e94b

Browse files
committed
force bash shells
1 parent 50527fa commit ca7e94b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ jobs:
6767
if: ${{inputs.upload_artefacts}}
6868
run: |
6969
echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_ENV"
70-
70+
shell: bash
71+
7172
- run: |
7273
echo "${{ env.EXECUTABLE_NAME }}"
74+
shell: bash
7375
7476
- name: Add MSBuild to PATH
7577
uses: microsoft/setup-msbuild@v1

0 commit comments

Comments
 (0)