Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

- name: Set VCPKG_PATH without hwloc
Expand Down Expand Up @@ -294,6 +296,8 @@ jobs:

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

- name: Install Ninja
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ jobs:

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

# Older versions of CMake require this step to correctly locate dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:

- name: "[Win] Install vcpkg dependencies"
if: matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

- name: "[Win] Install Python requirements"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
working-directory: ${{github.workspace}}/tag_version
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

- name: Checkout latest UMF version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

- name: Configure CMake
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:

- name: "[Win] Install dependencies"
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
env:
VCPKG_BINARY_SOURCES: clear
run: vcpkg install --triplet x64-windows

# note: disable all providers except the one being tested
Expand Down