Update linux.yml

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

View File

@ -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: