Skip to content

Commit

Permalink
Update GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 20, 2025
1 parent 1f11edd commit 6a731be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
distribution: adopt
java-version: 17

- name: Create Local Properties
run: |
touch local.properties
echo -e "127.0.0.1/rtc" >> local.properties
- name: Cache Gradle and wrapper
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 6a731be

Please sign in to comment.