Skip to content

Commit 294a9da

Browse files
committed
temp
1 parent 8ae94d4 commit 294a9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
script: |
5252
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
5353
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
54-
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
54+
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
5555
5656
- name: Install vcpkg
5757
run: |

0 commit comments

Comments
 (0)