Skip to content

Commit

Permalink
Update build_650.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BUG1989 authored Nov 13, 2024
1 parent 697d708 commit 972bc29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_650.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 972bc29

Please sign in to comment.