From a00cb6f8e5a0b43547f2b72e744975c29f064a58 Mon Sep 17 00:00:00 2001 From: BUG1989 <248857878@qq.com> Date: Wed, 13 Nov 2024 09:27:16 +0800 Subject: [PATCH] Update build_650.yml --- .github/workflows/build_650.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_650.yml b/.github/workflows/build_650.yml index 49b98fa..f72bc0c 100644 --- a/.github/workflows/build_650.yml +++ b/.github/workflows/build_650.yml @@ -6,9 +6,9 @@ name: build_650 on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "master" ] + branches: [ "minicpm-v" ] pull_request: - branches: [ "master" ] + branches: [ "minicpm-v" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -28,6 +28,13 @@ jobs: submodules: true # Runs a set of commands using the runners shell + - name: prepare opencv-library + run: | + mkdir -p ./third_party + wget https://github.com/AXERA-TECH/ax-samples/releases/download/v0.1/opencv-aarch64-linux-gnu-gcc-7.5.0.zip + unzip opencv-aarch64-linux-gnu-gcc-7.5.0 -d ./third_party + mv third_party/opencv-aarch64-linux/ third_party/libopencv-4.6-aarch64-none + - name: build run: | mkdir build