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 e3d2929 commit de8b2e3Copy full SHA for de8b2e3
.github/workflows/reusable_fast.yml
@@ -60,13 +60,13 @@ jobs:
60
if: matrix.os == 'windows-latest'
61
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
62
with:
63
- vcpkgGitCommitId: 3dd44b931481d7a8e9ba412621fa810232b66289
+ vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d
64
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg
65
vcpkgJsonGlob: '**/vcpkg.json'
66
67
- name: Install dependencies (windows-latest)
68
69
- run: vcpkg install
+ run: vcpkg install --triplet x64-windows
70
shell: pwsh # Specifies PowerShell as the shell for running the script.
71
72
- name: Install dependencies
0 commit comments