Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent 5d6a87d commit b88d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: chmod +x ./gradlew

- name: Dump versions
run: ./gradlew --version; cmake --version;ls -l; ls -l liblsl/lslboost/boost/tti/gen/namespace_gen.hpp
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 b88d213

Please sign in to comment.