Skip to content

Commit 08319b0

Browse files
committed
Fix vcpkg install
1 parent 9c8b6b9 commit 08319b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Install dependencies (windows-latest)
6868
if: matrix.os == 'windows-latest'
69-
run: vcpkg install
69+
run: vcpkg install --triplet x64-windows
7070
shell: pwsh # Specifies PowerShell as the shell for running the script.
7171

7272
- name: Install dependencies

0 commit comments

Comments
 (0)