Skip to content

Commit 6d546f2

Browse files
committed
update mac CI
1 parent 4156ca9 commit 6d546f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-ci-build-and-test-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--build_objc
5252
--build_java
5353
--build_wheel
54-
${{ inputs.use_webgpu && '--use_webgpu' || '' }}
54+
${{ inputs.use_webgpu && '--use_webgpu --cmake_extra_defines onnxruntime_BUILD_DAWN_MONOLITHIC_LIBRARY=ON' || '' }}
5555
${{ inputs.use_xnnpack && '--use_xnnpack' || '' }}
5656
${{ inputs.use_coreml && '--use_coreml' || '' }}
5757
--use_vcpkg --use_vcpkg_ms_internal_asset_cache

0 commit comments

Comments
 (0)