Skip to content

Commit

Permalink
Update build_and_github_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erfansn authored Jul 3, 2024
1 parent 6e97b11 commit aefc0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: Download and extract OpenCV SDK
run: |
curl https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0-android-sdk.zip -o "$GITHUB_WORKSPACE\opencv-sdk"
curl https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0-android-sdk.zip -o opencv-sdk.zip
sudo apt-get install unzip
unzip opencv-4.10.0-android-sdk.zip -d opencv-sdk
unzip opencv-sdk.zip -d "$GITHUB_WORKSPACE\opencv-sdk"
- name: Config OpenCV SDK
run: echo "$GITHUB_WORKSPACE\opencv-sdk" > "opencv.properties"
Expand Down

0 comments on commit aefc0f6

Please sign in to comment.