Skip to content

Commit b36a9e2

Browse files
committed
temp
1 parent 06dddc3 commit b36a9e2

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
@@ -26,7 +26,7 @@ jobs:
2626
script: |
2727
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
2828
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
29-
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear;x-gha,readwrite')
29+
core.exportVariable('VCPKG_BINARY_SOURCES', 'clear')
3030
3131
- name: Install vcpkg
3232
run: |

0 commit comments

Comments
 (0)