Skip to content

Commit 6a731be

Browse files
committed
Update GitHub Workflows
1 parent 1f11edd commit 6a731be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
distribution: adopt
2222
java-version: 17
2323

24+
- name: Create Local Properties
25+
run: |
26+
touch local.properties
27+
echo -e "127.0.0.1/rtc" >> local.properties
28+
2429
- name: Cache Gradle and wrapper
2530
uses: actions/cache@v2
2631
with:

0 commit comments

Comments
 (0)