We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75af5d7 commit b4412fbCopy full SHA for b4412fb
.github/workflows/ci-windows.yml
@@ -31,7 +31,7 @@ jobs:
31
script: |
32
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
33
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
34
- core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
+ core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
35
36
- name: Install vcpkg
37
run: |
0 commit comments