Skip to content

Commit

Permalink
Add debug prints to Pi build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 10, 2023
1 parent 946acb7 commit 70155ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
sudo bash -c "echo 'deb [trusted=yes] http://mrcal.secretsauce.net/packages/jammy/public/ jammy main' >> /etc/apt/sources.list"
sudo apt update
sudo apt install cmake default-jdk default-jre git gcc g++ libmrcal-dev mrbuild libsuitesparse-dev liblist-moreutils-perl -y
ls /usr/lib/jvm/temurin-11-jdk-amd64
find /usr/lib/jvm/
find /usr/bin
./gradlew
cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DOPENCV_ARCH=linuxarm64
cmake --build build --config ${{env.BUILD_TYPE}} -j --target mrcal_jni
Expand Down

0 comments on commit 70155ed

Please sign in to comment.