Skip to content

Commit 88514b7

Browse files
committed
runner updated.
1 parent d51814e commit 88514b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/android-ci.yml

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

33
env:
4-
JDK_FILE: ~/amazon-corretto-17-x64-linux-jdk.tar.gz
4+
JDK_FILE: /home/runner/work/_temp/amazon-corretto-17-x64-linux-jdk.tar.gz
55

66
on:
77
push:
@@ -27,6 +27,10 @@ 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 /home/runner/work && ls -la
33+
3034
- name: Get latest Corretto URL
3135
id: get-latest-corretto-url
3236
run: |

0 commit comments

Comments
 (0)