Skip to content

Commit c3861e0

Browse files
authored
Merge pull request #2580 from quentin/fix-windows-build
ci(windows): Disable vcpkg binary caching
2 parents 64d2a3c + 761f6d4 commit c3861e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/VS-CI-Tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-tags: true
2727

2828
- name: Dependencies Cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v5
3030
env:
3131
cache-name: cache-chocolatey
3232
with:
@@ -53,6 +53,8 @@ jobs:
5353
mkdir build
5454
5555
- name: Configure Build
56+
env:
57+
VCPKG_BINARY_SOURCES: clear
5658
working-directory: ${{github.workspace}}
5759
run: |
5860
$env:ChocolateyInstall = Convert-Path "$((Get-Command choco).Path)\..\.."

0 commit comments

Comments
 (0)