File tree Expand file tree Collapse file tree 4 files changed +28
-30
lines changed Expand file tree Collapse file tree 4 files changed +28
-30
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ jobs:
31
31
uses : actions/setup-python@v2
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
- - name : Install unittest dependencies
34
+ - name : Install dependencies
35
35
run : |
36
+ sudo apt update
37
+ sudo apt install wget
36
38
python -m pip install cmake onnx
37
- - name : update
38
- run : sudo apt update
39
- - name : gcc-multilib
40
- run : sudo apt install gcc-multilib g++-multilib wget libprotobuf-dev protobuf-compiler
41
39
- name : Install ncnn
42
40
run : |
43
41
wget https://github.com/Tencent/ncnn/archive/refs/tags/20220420.tar.gz
Original file line number Diff line number Diff line change 39
39
run : |
40
40
bash .circleci/scripts/linux/build.sh "cuda" "pplnn" \
41
41
-Dpplcv_DIR=${pplcv_DIR} \
42
- -DTENSORRT_DIR =${pplnn_DIR} \
42
+ -Dpplnn_DIR =${pplnn_DIR}
43
43
ls build/lib
44
44
- name : Install mmdeploy with pplnn
45
45
run : |
You can’t perform that action at this time.
0 commit comments