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

Commit d693d1c

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,22 @@ jobs:
5858
- name: Set color
5959
id: random-color-generator
6060
run: echo "SELECTED_COLOR=green" >> $GITHUB_OUTPUT
61+
shell: bash
6162

6263
- name: Get color
6364
run: echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}"
65+
shell: bash
6466

6567
- name: Determine executable name
6668
id: executable_name
6769
if: ${{inputs.upload_artefacts}}
6870
run: |
6971
echo "EXECUTABLE_NAME=${{ fromJson(env.NAME_MAPPING)[inputs.build_configuration] }}" >> "$GITHUB_ENV"
70-
72+
shell: bash
73+
7174
- run: |
7275
echo "${{ env.EXECUTABLE_NAME }}"
76+
shell: bash
7377
7478
- name: Add MSBuild to PATH
7579
uses: microsoft/setup-msbuild@v1

0 commit comments

Comments
 (0)