Disable Android on Linux CI build

This commit is contained in:
Derek Bailey
2022-06-14 15:46:48 -07:00
committed by GitHub
parent 0d1b72cbc2
commit d2f33fc454

View File

@@ -165,6 +165,8 @@ jobs:
build-android:
name: Build Android (on Linux)
# Renable once it is working again.
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2