From d84a5bc8c210a93654a93affeddcabc986aa36e6 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Fri, 20 Jan 2023 17:50:07 +0100 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f665a83..ed2d4de 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle -name: Java CI with Gradle +name: Linux Build on: push: @@ -29,6 +29,8 @@ jobs: java-version: '17' distribution: 'corretto' architecture: x64 + - name: Install libssh + run: sudo apt install libssh - name: Build with Gradle uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: