Skip to content

Commit a6615d1

Browse files
committed
Buildfix: disable GHA binary caching by overriding the environment variable:
1 parent 8774ebf commit a6615d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
# Install VCPKG
6767
- name: run-vcpkg
6868
uses: lukka/run-vcpkg@v11
69+
env:
70+
VCPKG_BINARY_SOURCES: clear
6971
with:
7072
runVcpkgInstall: true
7173
vcpkgDirectory: ${{ github.workspace }}\src\vcpkg\

0 commit comments

Comments
 (0)