Hardcode ANDROID_NDK_ROOT to fix CI issues
This commit is contained in:
parent
de9fde0d9c
commit
5f2297ed7c
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -2,6 +2,9 @@ name: Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/21.4.7075529
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user