Skip to content

Commit

Permalink
Remove the CI build too, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 14, 2023
1 parent ef28920 commit a099a8d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -139,12 +139,6 @@ jobs:
cxx: clang++
args: cd android && ./ab.sh -j2 APP_ABI=armeabi-v7a UNITTEST=1 HEADLESS=1
id: android-arm32
- os: ubuntu-latest
extra: android
cc: clang
cxx: clang++
args: cd android && ./ab.sh -j2 APP_ABI=x86 UNITTEST=1 HEADLESS=1
id: android-x86_32
- os: ubuntu-latest
extra: android
cc: clang
Expand Down

0 comments on commit a099a8d

Please sign in to comment.