Skip to content

Commit e592c1c

Browse files
committed
force bash shell on windows too
1 parent 8374fad commit e592c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
ref: ${{ github.event.inputs.commitIdToPackage }}
209209

210210
- name: Set env variables for subsequent steps (all)
211+
shell: bash
211212
run: |
212213
echo "VCPKG_RESPONSE_FILE=external/vcpkg_${{ matrix.vcpkg_triplet }}_response_file.txt" >> $GITHUB_ENV
213214
echo "MATRIX_UNIQUE_NAME=${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.architecture }}-${{ matrix.python_version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)