File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,6 +152,8 @@ jobs:
152152
153153 - name : Install dependencies
154154 if : steps.cache.outputs.cache-hit != 'true'
155+ env :
156+ VCPKG_BINARY_SOURCES : clear
155157 run : vcpkg install --triplet x64-windows
156158
157159 - name : Set VCPKG_PATH without hwloc
@@ -294,6 +296,8 @@ jobs:
294296
295297 - name : Install dependencies
296298 if : steps.cache.outputs.cache-hit != 'true'
299+ env :
300+ VCPKG_BINARY_SOURCES : clear
297301 run : vcpkg install --triplet x64-windows
298302
299303 - name : Install Ninja
Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ jobs:
307307
308308 - name : Install dependencies
309309 if : steps.cache.outputs.cache-hit != 'true'
310+ env :
311+ VCPKG_BINARY_SOURCES : clear
310312 run : vcpkg install --triplet x64-windows
311313
312314 # Older versions of CMake require this step to correctly locate dependencies
Original file line number Diff line number Diff line change 6969
7070 - name : " [Win] Install vcpkg dependencies"
7171 if : matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
72+ env :
73+ VCPKG_BINARY_SOURCES : clear
7274 run : vcpkg install --triplet x64-windows
7375
7476 - name : " [Win] Install Python requirements"
Original file line number Diff line number Diff line change @@ -173,6 +173,8 @@ jobs:
173173 - name : Install dependencies
174174 if : steps.cache.outputs.cache-hit != 'true'
175175 working-directory : ${{github.workspace}}/tag_version
176+ env :
177+ VCPKG_BINARY_SOURCES : clear
176178 run : vcpkg install --triplet x64-windows
177179
178180 - name : Checkout latest UMF version
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ jobs:
130130
131131 - name : Install dependencies
132132 if : steps.cache.outputs.cache-hit != 'true'
133+ env :
134+ VCPKG_BINARY_SOURCES : clear
133135 run : vcpkg install --triplet x64-windows
134136
135137 - name : Configure CMake
Original file line number Diff line number Diff line change 9696
9797 - name : " [Win] Install dependencies"
9898 if : matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
99+ env :
100+ VCPKG_BINARY_SOURCES : clear
99101 run : vcpkg install --triplet x64-windows
100102
101103 # note: disable all providers except the one being tested
You can’t perform that action at this time.
0 commit comments