Skip to content

Commit

Permalink
ci: Remove ndk-build from github actions CI
Browse files Browse the repository at this point in the history
ndk-build will be removed soon.
  • Loading branch information
juan-lunarg committed Jul 14, 2023
1 parent f4070b8 commit ed42011
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/vvl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,6 @@ jobs:
working-directory: ./build
run: ctest --output-on-failure -C Debug

android_mk:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Build
run: python3 scripts/github_ci_android.py --abi arm64-v8a

macos:
runs-on: macos-latest
strategy:
Expand Down
77 changes: 0 additions & 77 deletions scripts/github_ci_android.py

This file was deleted.

0 comments on commit ed42011

Please sign in to comment.