Skip to content

Commit 99700c7

Browse files
committed
runner updated.
1 parent 88514b7 commit 99700c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-ci.yml

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

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

66
on:
77
push:
@@ -54,7 +54,7 @@ jobs:
5454
distribution: jdkfile
5555
java-version: '17'
5656
architecture: x64
57-
jdkFile: $JDK_FILE
57+
jdkFile: "${JDK_FILE}"
5858

5959
- name: Build with Gradle
6060
run: ./gradlew :mobile:bundleDebug

0 commit comments

Comments
 (0)