Actions: upgrade linux run env

master
cfig 3 months ago
parent f06daa3d0e
commit 35c7fc4759
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -18,17 +18,17 @@ jobs:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v6
- uses: actions/checkout@v2
with: with:
submodules: true submodules: true
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v1 uses: actions/setup-java@v5
with: with:
java-version: 17 java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: apt - name: apt
run: sudo apt install device-tree-compiler p7zip-full android-sdk-libsparse-utils erofs-utils run: sudo apt install device-tree-compiler p7zip-full android-sdk-libsparse-utils erofs-utils

Loading…
Cancel
Save