Skip to content

Commit 5d77b73

Browse files
authored
[build] add --use_vcpkg_ms_internal_asset_cache to webgpu CI (microsoft#25693)
### Description Add --use_vcpkg_ms_internal_asset_cache to webgpu CI ### Motivation and Context to make it consistent with all other CIs
1 parent bf74e55 commit 5d77b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_webgpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
--build_java `
126126
--use_webgpu `
127127
--wgsl_template ${{ matrix.wgsl_template }} `
128-
${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg' || '' }} `
128+
${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg --use_vcpkg_ms_internal_asset_cache' || '' }} `
129129
--cmake_extra_defines `
130130
onnxruntime_BUILD_UNIT_TESTS=ON `
131131
onnxruntime_BUILD_DAWN_SHARED_LIBRARY=ON

0 commit comments

Comments
 (0)