Update linux.yml

This commit is contained in:
Abdelilah El Aissaoui 2023-01-20 17:51:44 +01:00 committed by GitHub
parent d84a5bc8c2
commit 602c407251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up JDK 11 - name: Set up JDK 17
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '17' java-version: '17'
distribution: 'corretto' distribution: 'corretto'
architecture: x64 architecture: x64
- name: Install libssh - name: Install libssh
run: sudo apt install libssh run: sudo apt install libssh-dev
- name: Build with Gradle - name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with: with: