Hardcode ANDROID_NDK_ROOT to fix CI issues

This commit is contained in:
thunderbiscuit 2022-06-15 08:48:24 -03:00
parent de9fde0d9c
commit 5f2297ed7c
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -2,6 +2,9 @@ name: Tests
on: [push, pull_request] on: [push, pull_request]
env:
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest