Update linux.yml
This commit is contained in:
parent
ff337763b4
commit
d84a5bc8c2
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user