Disable runnable option for Android export preset and remove ADB version check from CI workflow
Android / android (push) Failing after 18s
Android / android (push) Failing after 18s
This commit is contained in:
@@ -79,9 +79,6 @@ jobs:
|
|||||||
echo "=== BUILD ==="
|
echo "=== BUILD ==="
|
||||||
ls -lah build 2>/dev/null || true
|
ls -lah build 2>/dev/null || true
|
||||||
|
|
||||||
echo "=== ADB ==="
|
|
||||||
adb version 2>&1 || true
|
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
|
|||||||
+1
-1
@@ -74,7 +74,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
|
|||||||
|
|
||||||
name="Android"
|
name="Android"
|
||||||
platform="Android"
|
platform="Android"
|
||||||
runnable=true
|
runnable=false
|
||||||
dedicated_server=false
|
dedicated_server=false
|
||||||
custom_features=""
|
custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
|
|||||||
Reference in New Issue
Block a user