diff --git a/.github/workflows/onnxruntime.yaml b/.github/workflows/onnxruntime.yaml index 820f93a..5e9ebf1 100644 --- a/.github/workflows/onnxruntime.yaml +++ b/.github/workflows/onnxruntime.yaml @@ -34,7 +34,7 @@ jobs: pip install cmake numpy==2.0 onnx packaging wheel auditwheel sympy pytest git clone --depth 1 --branch v1.19.0 --recursive https://github.com/Microsoft/onnxruntime.git cd onnxruntime/ - ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --allow_running_as_root --build --build_wheel + ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --allow_running_as_root --build_wheel - uses: actions/upload-artifact@v3 with: name: wheels