File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 88 - develop
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114env :
1215 CARGO_INCREMENTAL : 0
1316 CARGO_NET_RETRY : 10
7477 envFile : ' .env'
7578
7679 - name : Install ONNX Runtime Library
77- run : ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} linux x64 /tmp/onnxruntime
80+ run : ./scripts/install_onnx.sh " ${{ env.ONNXRUNTIME_VERSION }}" linux x64 /tmp/onnxruntime
7881
7982 - name : Prepare test eszip binaries
8083 if : |
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 mirror :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 - develop
88 workflow_dispatch :
99
10+ permissions :
11+ contents : write
12+
1013jobs :
1114 release :
1215 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments