Skip to content

Run prepare() for BackupSoSource to cleanup previous state #218

Run prepare() for BackupSoSource to cleanup previous state

Run prepare() for BackupSoSource to cleanup previous state #218

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Buck build
uses: passy/run-buck@v0.1.0
with:
commands: '/opt/android-sdk-linux/tools/bin/sdkmanager "build-tools;27.0.3" "platforms;android-26" > /dev/null; buck fetch //...; buck build :soloader'
env:
ANDROID_HOME: ${{ env.ANDROID_SDK_ROOT }}