Skip to content

Commit 0f876f8

Browse files
committed
fix building status
1 parent 9fae90c commit 0f876f8

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

.github/workflows/backend-ncnn.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: ${{ matrix.python-version }}
34-
- name: Install unittest dependencies
34+
- name: Install dependencies
3535
run: |
36+
sudo apt update
37+
sudo apt install wget
3638
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
4139
- name: Install ncnn
4240
run: |
4341
wget https://github.com/Tencent/ncnn/archive/refs/tags/20220420.tar.gz

.github/workflows/backend-pplnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
bash .circleci/scripts/linux/build.sh "cuda" "pplnn" \
4141
-Dpplcv_DIR=${pplcv_DIR} \
42-
-DTENSORRT_DIR=${pplnn_DIR} \
42+
-Dpplnn_DIR=${pplnn_DIR}
4343
ls build/lib
4444
- name: Install mmdeploy with pplnn
4545
run: |

0 commit comments

Comments
 (0)