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 9c8b6b9 commit 08319b0Copy full SHA for 08319b0
.github/workflows/reusable_fast.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Install dependencies (windows-latest)
68
if: matrix.os == 'windows-latest'
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