Skip to content

Commit

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

- name: Dump versions
run: ./gradlew --version; cmake --version;find liblsl/lslboost/tti/

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

Expand Down

0 comments on commit b3ab9cb

Please sign in to comment.