Update SQLITE_VERSION to 3460100 #15
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: Makefile CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Android NDK | |
uses: nttld/[email protected] | |
with: | |
ndk-version: r26d | |
- name: Checkout code | |
uses: actions/[email protected] | |
- name: Run make | |
run: make | |
- name: Upload build artifacts | |
uses: actions/[email protected] | |
with: | |
path: | | |
libs | |
obj/local/*/*.a | |
if-no-files-found: error |