We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae94d4 commit 294a9daCopy full SHA for 294a9da
.github/workflows/release-windows.yml
@@ -51,7 +51,7 @@ jobs:
51
script: |
52
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
53
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
54
- core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
+ core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
55
56
- name: Install vcpkg
57
run: |
0 commit comments