From 602c40725160a0ccf9c5ba0a5467bc397c757d2c Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Fri, 20 Jan 2023 17:51:44 +0100 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ed2d4de..b531677 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: