Skip to content

Commit

Permalink
Check for existence of file claimed missing by cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent 2ad28b8 commit 5d6a87d
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 liblsl/lslboost/boost/tti/gen/namespace_gen.hpp
run: ./gradlew --version; cmake --version;ls -l; ls -l liblsl/lslboost/boost/tti/gen/namespace_gen.hpp

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

0 comments on commit 5d6a87d

Please sign in to comment.