From ad26c226114f205e4b94f98087fed31c2979134e Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Sat, 3 Apr 2021 19:17:41 +0200 Subject: [PATCH] GitHub Actions: Disable building Android on macOS due to weird java.lang.NullPointerException --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b77a62e44..d9f0cae40 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,6 +16,6 @@ jobs: run: | cmake -H. -Bbuild-cmake -GNinja ninja -Cbuild-cmake - - name: Android - run: | - make -Candroid + # - name: Android + # run: | + # make -Candroid