summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2023-04-20 11:40:03 +0200
committerGitHub <noreply@github.com>2023-04-20 11:40:03 +0200
commit87331017956488d6304ebde62587159cfed01799 (patch)
tree5ad2fc5e50836fc92a18f394e1a2c5e49aeb0c16
parentd4a1814758f4663a1ed1fbe87221fc818afe2d46 (diff)
Disable *-android
-rw-r--r--.github/workflows/mean_bean_ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/mean_bean_ci.yml b/.github/workflows/mean_bean_ci.yml
index 9218cae..e4e77cd 100644
--- a/.github/workflows/mean_bean_ci.yml
+++ b/.github/workflows/mean_bean_ci.yml
@@ -146,10 +146,10 @@ jobs:
- x86_64-unknown-linux-musl
# Android
# - aarch64-linux-android
- - arm-linux-androideabi
- - armv7-linux-androideabi
- - i686-linux-android
- - x86_64-linux-android
+ # - arm-linux-androideabi
+ # - armv7-linux-androideabi
+ # - i686-linux-android
+ # - x86_64-linux-android
# *BSD
# The FreeBSD targets can have issues linking so they are disabled
# by default.