dynapi: Don't use SDL_getenv; it might malloc before the app sets an … #4732
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build (Android) | |
on: [push, pull_request] | |
jobs: | |
android: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: nttld/setup-ndk@v1 | |
with: | |
ndk-version: r21e | |
- name: Build | |
run: ./build-scripts/androidbuildlibs.sh |