Skip to content

Update SQLITE_VERSION to 3460100 #15

Update SQLITE_VERSION to 3460100

Update SQLITE_VERSION to 3460100 #15

Workflow file for this run

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