Skip to content

Commit b4412fb

Browse files
committed
temp
1 parent 75af5d7 commit b4412fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
script: |
3232
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
3333
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
34-
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
34+
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
3535
3636
- name: Install vcpkg
3737
run: |

0 commit comments

Comments
 (0)