Skip to content

Commit d51814e

Browse files
committed
runner updated.
1 parent 28ba341 commit d51814e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Android CI
22

33
env:
4-
JDK_FILE: ~/Downloads/amazon-corretto-17-x64-linux-jdk.tar.gz
4+
JDK_FILE: ~/amazon-corretto-17-x64-linux-jdk.tar.gz
55

66
on:
77
push:
@@ -27,10 +27,6 @@ jobs:
2727
- name: 🚚 Get latest code
2828
uses: actions/checkout@v3
2929

30-
- name: List Home Dir
31-
id: list-home-dir
32-
run: cd ~ && ls -la
33-
3430
- name: Get latest Corretto URL
3531
id: get-latest-corretto-url
3632
run: |

0 commit comments

Comments
 (0)