Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 354 Bytes

Setup Android NDK Toolchain GitHub Action

Note: under development

Usage:

      - shell: bash
        run: mkdir toolchains
      - name: specify NDK
        uses: ravinderjangra/[email protected]
        with:
          api: '21'
          arch: 'x86'
          install-location: 'toolchains'
          force: true