Skip to content

Instantly share code, notes, and snippets.

@natsumerinchan
Created May 25, 2023 15:39
Show Gist options
  • Save natsumerinchan/bfaa401a8b6ca3e9eb0f02275ab3b7da to your computer and use it in GitHub Desktop.
Save natsumerinchan/bfaa401a8b6ca3e9eb0f02275ab3b7da to your computer and use it in GitHub Desktop.
name: Android NDK CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
with:
ndk-version: r21e
- name: Build adb_root
run: ./build.sh
- uses: actions/upload-artifact@main
with:
name: adb_root
path: |
magisk_module/*
!magisk_module/*.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment