Skip to content

Commit 229e746

Browse files
committed
[Feature] Update CI.
1 parent b87e36f commit 229e746

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: set up JDK 1.8
11+
- name: Check out repository
12+
uses: actions/checkout@v2
13+
- name: Set up JDK 1.8
1314
uses: actions/setup-java@v1
1415
with:
1516
java-version: 1.8

0 commit comments

Comments
 (0)