Skip to content

Commit

Permalink
build: download android repo right after NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal1137 committed Jan 16, 2021
1 parent bae3273 commit 75a0223
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ jobs:
container:
image: etlegacy/lnx-build:centos7
steps:
- uses: actions/checkout@v2
with:
repository: etlegacy/etlegacy-android
submodules: true
fetch-depth: 0
path: etlegacy-android

- name: Setup JDK
uses: actions/setup-java@v1
with:
Expand All @@ -120,10 +113,18 @@ jobs:
# env:
# ANDROID_NDK: /NDK_ETL/ndk-bundle

- name: Cloning Android Repo
uses: actions/checkout@v2
with:
repository: etlegacy/etlegacy-android
submodules: true
fetch-depth: 0
shell: bash
run: ls -la

- name: Grant execute permission for gradlew
shell: bash
run: ls -la
# run: chmod +x ./gradlew
run: chmod +x ./gradlew

- name: Build
shell: bash
Expand Down

0 comments on commit 75a0223

Please sign in to comment.