Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Feb 28, 2024
1 parent e57e4f5 commit 662a2c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,7 @@ jobs:
working-directory: .
shell: "cmd"
run: |
vcpkg.exe install --x-abi-tools-use-exact-versions \
--downloads-root=vcpkg_downloads \
--x-buildtrees-root=vcpkg_buildtrees \
--x-packages-root=vcpkg_packages \
--x-install-root=vcpkg_installed \
--triplet=${{ matrix.triplet }}
vcpkg.exe install --x-abi-tools-use-exact-versions --downloads-root=vcpkg_downloads --x-buildtrees-root=vcpkg_buildtrees --x-packages-root=vcpkg_packages --x-install-root=vcpkg_installed --triplet=${{ matrix.triplet }}
- name: "Update nuget (overlays)"
working-directory: .
Expand Down

0 comments on commit 662a2c9

Please sign in to comment.