We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8374fad commit e592c1cCopy full SHA for e592c1c
.github/workflows/cpp-packaging.yml
@@ -208,6 +208,7 @@ jobs:
208
ref: ${{ github.event.inputs.commitIdToPackage }}
209
210
- name: Set env variables for subsequent steps (all)
211
+ shell: bash
212
run: |
213
echo "VCPKG_RESPONSE_FILE=external/vcpkg_${{ matrix.vcpkg_triplet }}_response_file.txt" >> $GITHUB_ENV
214
echo "MATRIX_UNIQUE_NAME=${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.architecture }}-${{ matrix.python_version }}" >> $GITHUB_ENV
0 commit comments