Update linux.yml
This commit is contained in:
parent
d84a5bc8c2
commit
602c407251
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -23,14 +23,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'corretto'
|
distribution: 'corretto'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
- name: Install libssh
|
- name: Install libssh
|
||||||
run: sudo apt install libssh
|
run: sudo apt install libssh-dev
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user