We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae94d4 commit a2469cdCopy full SHA for a2469cd
.github/workflows/ci-windows.yml
@@ -26,7 +26,7 @@ jobs:
26
script: |
27
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
28
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
29
- core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
+ core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
30
31
- name: Install vcpkg
32
run: |
0 commit comments