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 aefc0f6 commit e6d3275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
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-sdk.zip -d "$GITHUB_WORKSPACE\opencv-sdk"
unzip opencv-sdk.zip
- name: Config OpenCV SDK
run: echo "$GITHUB_WORKSPACE\opencv-sdk" > "opencv.properties"
Expand Down

0 comments on commit e6d3275

Please sign in to comment.