Skip to content

Commit

Permalink
Dump versions int action log
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent bf0b46c commit 5ea9f4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Dump versions
run: ./gradlew --version; cmake --version

- name: Build APK
run: ./gradlew assembleDebug # Change 'assembleDebug' to 'assembleRelease' if you want a release build

Expand Down

0 comments on commit 5ea9f4a

Please sign in to comment.