We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06daa3 commit 35c7fc4Copy full SHA for 35c7fc4
1 file changed
.github/workflows/main.yml
@@ -18,17 +18,17 @@ jobs:
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
20
21
- # Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
- # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
25
with:
26
submodules: true
27
28
- name: Set up JDK
29
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v5
30
31
- java-version: 17
+ java-version: '17'
+ distribution: 'temurin'
+ cache: 'gradle'
32
33
- name: apt
34
run: sudo apt install device-tree-compiler p7zip-full android-sdk-libsparse-utils erofs-utils
0 commit comments