Skip to content

Commit

Permalink
fda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 10, 2023
1 parent 1c13c08 commit aa181a1
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 @@ -100,7 +100,7 @@ jobs:
find /usr/lib
find /usr/bin
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-arm64/
./gradlew
./gradlew --stacktrace --debug
cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DOPENCV_ARCH=linuxarm64
cmake --build build --config ${{env.BUILD_TYPE}} -j --target mrcal_jni
./gradlew build ${{ (startsWith(github.event_name, 'push') && 'publish') || '' }}
Expand Down

0 comments on commit aa181a1

Please sign in to comment.