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:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
architecture: x64
- name: Install libssh
run: sudo apt install libssh
run: sudo apt install libssh-dev
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with: