Skip to content

Naive version of a GHA #1

Naive version of a GHA

Naive version of a GHA #1

Workflow file for this run

name: build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- run: git submodule update --init
# Debug to understand installed versions
- run: ls /usr/local/lib
- run: ls /usr/local/lib/android
- run: ls /usr/local/lib/android/sdk
- run: ./gradlew assembleDebug assembleRelease