Stop to clean up the lib-main folder if enable SOLOADER_DISABLE_BACKU… #191
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: Build | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Buck build | |
uses: passy/[email protected] | |
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 }} |