Switch to slowdebug for he

This commit is contained in:
Duy Tran Khanh 2021-11-16 07:12:16 +07:00 committed by GitHub
parent 2bc832c0ed
commit be13a7669c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e
. setdevkitpath.sh
export JDK_DEBUG_LEVEL=release
export JDK_DEBUG_LEVEL=slowdebug
if [ "$BUILD_IOS" != "1" ]; then
sudo apt update