We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d169a commit c8a2a88Copy full SHA for c8a2a88
1 file changed
.github/workflows/windows-cmake.yml
@@ -299,7 +299,8 @@ jobs:
299
run: |
300
cd "${TEMP}"
301
mkdir -p .build/vcpkg
302
- curl -fsSL "https://github.com/microsoft/vcpkg/archive/${STEPS_DYNAMIC_OUTPUTS_VCPKG_VERSION}.tar.gz" | tar -C .build/vcpkg --strip-components=1 -zxf -
+ curl -fsSL "https://github.com/microsoft/vcpkg/archive/${STEPS_DYNAMIC_OUTPUTS_VCPKG_VERSION}.tar.gz" |
303
+ tar -C .build/vcpkg --strip-components=1 -zxf -
304
.build/vcpkg/bootstrap-vcpkg.sh -disableMetrics
305
env:
306
STEPS_DYNAMIC_OUTPUTS_VCPKG_VERSION: ${{ steps.dynamic.outputs.vcpkg-version }}
0 commit comments