Skip to content

Commit

Permalink
GitHub Actions: Disable building Android on macOS due to weird java.l…
Browse files Browse the repository at this point in the history
…ang.NullPointerException
  • Loading branch information
jhasse committed Nov 12, 2024
1 parent f95e3ab commit ad26c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
run: |
cmake -H. -Bbuild-cmake -GNinja
ninja -Cbuild-cmake
- name: Android
run: |
make -Candroid
# - name: Android
# run: |
# make -Candroid

0 comments on commit ad26c22

Please sign in to comment.