Skip to content

Commit 8b40a08

Browse files
authored
Update onnxruntime.yaml
1 parent e944f46 commit 8b40a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onnxruntime.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
source ~/.bashrc
3535
mamba activate pyenv
3636
pip install cmake numpy==2.0 onnx packaging wheel auditwheel sympy pytest
37-
git clone --depth 1 --branch ${{ matrix.onnxruntimeBranch }} --recursive https://github.com/Microsoft/onnxruntime.git
37+
git clone --depth 1 --branch ${{ inputs.onnxruntimeBranch }} --recursive https://github.com/Microsoft/onnxruntime.git
3838
cd onnxruntime/
3939
./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --allow_running_as_root --build_wheel
4040
cp ./build/Linux/Release/dist/*.whl /dist

0 commit comments

Comments
 (0)