Merge pull request #2487 from cryptomator/feature/ppa-jdk-19

Use `coffeelibs-jdk-19` during PPA build
This commit is contained in:
Sebastian Stenzel
2022-10-18 16:48:28 +02:00
committed by GitHub
4 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -20,15 +20,16 @@ env:
jobs:
build:
name: Build Debian Package
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install build tools
run: |
sudo add-apt-repository ppa:coffeelibs/openjdk
sudo apt-get update
sudo apt-get install debhelper devscripts dput
sudo apt-get install debhelper devscripts dput coffeelibs-jdk-19
- name: Setup Java
uses: actions/setup-java@v3
with: