Skip to content

Commit c8a2a88

Browse files
google-adminbenknutson-googlescotthart
authored
Refactor Github Action per b/485167538 (#15980)
Co-authored-by: Ben Knutson <benknutson@google.com> Co-authored-by: Scott Hart <sdhart@google.com>
1 parent d6d169a commit c8a2a88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ jobs:
299299
run: |
300300
cd "${TEMP}"
301301
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 -
302+
curl -fsSL "https://github.com/microsoft/vcpkg/archive/${STEPS_DYNAMIC_OUTPUTS_VCPKG_VERSION}.tar.gz" |
303+
tar -C .build/vcpkg --strip-components=1 -zxf -
303304
.build/vcpkg/bootstrap-vcpkg.sh -disableMetrics
304305
env:
305306
STEPS_DYNAMIC_OUTPUTS_VCPKG_VERSION: ${{ steps.dynamic.outputs.vcpkg-version }}

0 commit comments

Comments
 (0)