We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4156ca9 commit 6d546f2Copy full SHA for 6d546f2
.github/workflows/macos-ci-build-and-test-workflow.yml
@@ -51,7 +51,7 @@ jobs:
51
--build_objc
52
--build_java
53
--build_wheel
54
- ${{ inputs.use_webgpu && '--use_webgpu' || '' }}
+ ${{ inputs.use_webgpu && '--use_webgpu --cmake_extra_defines onnxruntime_BUILD_DAWN_MONOLITHIC_LIBRARY=ON' || '' }}
55
${{ inputs.use_xnnpack && '--use_xnnpack' || '' }}
56
${{ inputs.use_coreml && '--use_coreml' || '' }}
57
--use_vcpkg --use_vcpkg_ms_internal_asset_cache
0 commit comments