There was an error while loading. Please reload this page.
2 parents 64d2a3c + 761f6d4 commit c3861e0Copy full SHA for c3861e0
1 file changed
.github/workflows/VS-CI-Tests.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-tags: true
27
28
- name: Dependencies Cache
29
- uses: actions/cache@v3
+ uses: actions/cache@v5
30
env:
31
cache-name: cache-chocolatey
32
with:
@@ -53,6 +53,8 @@ jobs:
53
mkdir build
54
55
- name: Configure Build
56
+ env:
57
+ VCPKG_BINARY_SOURCES: clear
58
working-directory: ${{github.workspace}}
59
run: |
60
$env:ChocolateyInstall = Convert-Path "$((Get-Command choco).Path)\..\.."
0 commit comments