Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jul 1, 2024
1 parent 3857429 commit e751318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/arm64_v8a_Android/init_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
#Install a pseudo pkg to initialize ndk
rm -rf "$SYSTMP/ndk.log" 2>/dev/null
sudo curl -qfsSL "https://bin.ajam.dev/$(uname -m)/ansi2txt" -o "/usr/bin/ansi2txt" && sudo chmod +x "/usr/local/bin/ansi2txt"
ndk-pkg install "${TOOLPACKS_ANDROID_BUILD_DYNAMIC}/dos2unix" --profile="release" --jobs="$(($(nproc)+1))" -v | tee -a "$SYSTMP/ndk.log"
ndk-pkg install "${TOOLPACKS_ANDROID_BUILD_DYNAMIC}/dos2unix" --profile="release" -j "$(($(nproc)+1))" -v | tee -a "$SYSTMP/ndk.log"
ndk-pkg uninstall "${TOOLPACKS_ANDROID_BUILD_DYNAMIC}/dos2unix" ; ndk-pkg cleanup
##ENV VARS
#NDK
Expand Down

0 comments on commit e751318

Please sign in to comment.