Skip to content

Commit

Permalink
Fix executable permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 24, 2024
1 parent 2fbde7f commit 17b7d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
mkdir build-tools
wget https://github.com/ClassiCube/rpi-compiling-stuff/raw/main/build-tools.zip
unzip build-tools.zip -d build-tools
chmod +x build-tools/aapt
chmod +x build-tools/dx
chmod +x build-tools/zipalign
cd $ROOT_DIR/src
$NDK_ROOT/armv7a-linux-androideabi19-clang *.c $DROID_FLAGS -march=armv5 $DROID_LIBS $LATEST_FLAG -o cc-droid-arm_16
Expand Down

0 comments on commit 17b7d1f

Please sign in to comment.