Skip to content

Commit

Permalink
ci: fix windows+cmake+x86 builds (#14318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jun 10, 2024
1 parent b9e5ada commit eabf58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
.build/vcpkg/bootstrap-vcpkg.sh -disableMetrics
# TODO(14314) - remove this VC Toolset workaround
echo "set(VCPKG_PLATFORM_TOOLSET_VERSION ${{ steps.vctoolset.outputs.toolset_version }})" >> .build/vcpkg/triplets/x64-windows.cmake
echo "set(VCPKG_PLATFORM_TOOLSET_VERSION ${{ steps.vctoolset.outputs.toolset_version }})" >> .build/vcpkg/triplets/x86-windows.cmake
# go/github-actions#gha-bestpractices explains why we use a SHA instead of
# a named version for this runner. We could avoid using this runner with the
# ideas from:
Expand Down

0 comments on commit eabf58a

Please sign in to comment.