Skip to content

Commit de8b2e3

Browse files
committed
Fix vcpkg tbb installation
1 parent e3d2929 commit de8b2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
if: matrix.os == 'windows-latest'
6161
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
6262
with:
63-
vcpkgGitCommitId: 3dd44b931481d7a8e9ba412621fa810232b66289
63+
vcpkgGitCommitId: ea2a964f9303270322cf3f2d51c265ba146c422d
6464
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg
6565
vcpkgJsonGlob: '**/vcpkg.json'
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)