Skip to content

Commit

Permalink
-DBUILD_SHARED_LIBS=OFF
Browse files Browse the repository at this point in the history
Signed-off-by: jcwchen <jacky82226@gmail.com>
  • Loading branch information
jcwchen committed Oct 19, 2023
1 parent 2ccd736 commit b22bd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "Install ONNX"
$Env:ONNX_ML=1
$Env:CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DONNX_USE_LITE_PROTO=ON"
$Env:CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=OFF -DONNX_USE_LITE_PROTO=ON -DBUILD_SHARED_LIBS=OFF"
if ('${{ github.event_name }}' -eq 'schedule') {
echo "Build weekly PyPI package"
Expand Down

0 comments on commit b22bd56

Please sign in to comment.