Skip to content

Commit

Permalink
Fix install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 8, 2024
1 parent be34126 commit 354aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
commands: |
apt-get update
apt-get install -y cmake build-essential default-jdk openjdk-17-jdk
cmake -B cmake_build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=. -DOPENCV_ARCH=linuxarm64
cmake -B cmake_build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=cmake_build -DOPENCV_ARCH=linuxarm64
cmake --build cmake_build --target install -- -j 4
- run: find .
Expand Down

0 comments on commit 354aafa

Please sign in to comment.