Skip to content

Commit

Permalink
Update onnxruntime.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias314 authored Oct 23, 2024
1 parent 8b40a08 commit ca23e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onnxruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install cmake numpy==2.0 onnx packaging wheel auditwheel sympy pytest
git clone --depth 1 --branch ${{ inputs.onnxruntimeBranch }} --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_wheel
./build.sh --build --update --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --allow_running_as_root --build_wheel
cp ./build/Linux/Release/dist/*.whl /dist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ca23e66

Please sign in to comment.