diff options
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4164e81ef3..775dada461 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,6 +30,8 @@ jobs: runs-on: windows-latest timeout-minutes: 30 name: ${{ matrix.name }} + env: + VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" steps: - name: Export GitHub Actions cache environment variables uses: actions/github-script@v7 |