Skip to content

Commit

Permalink
fix ci for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex committed Dec 2, 2023
1 parent 56962cf commit d860b2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: set up LOCAL_PROPERTIES
env:
LOCAL_PROPERTIES: ${{ secrets.LOCAL_PROPERTIES }}
run: echo "$LOCAL_PROPERTIES" > ./local.properties

- name: Build with Gradle
run: ./gradlew assembleAndroidTest

Expand Down

0 comments on commit d860b2d

Please sign in to comment.