We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf74e55 commit 5d77b73Copy full SHA for 5d77b73
.github/workflows/windows_webgpu.yml
@@ -125,7 +125,7 @@ jobs:
125
--build_java `
126
--use_webgpu `
127
--wgsl_template ${{ matrix.wgsl_template }} `
128
- ${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg' || '' }} `
+ ${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg --use_vcpkg_ms_internal_asset_cache' || '' }} `
129
--cmake_extra_defines `
130
onnxruntime_BUILD_UNIT_TESTS=ON `
131
onnxruntime_BUILD_DAWN_SHARED_LIBRARY=ON
0 commit comments