From 6d294ed42734f085dcaa3899e1046004dc3c5963 Mon Sep 17 00:00:00 2001 From: Michael Berry Date: Mon, 13 Jan 2025 15:54:02 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d19522017..ff76a246d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Setup Java run: | - curl -O https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-fx-jdk21.0.2-linux_amd64.deb - sudo apt-get -y install ./zulu21.32.17-ca-fx-jdk21.0.2-linux_amd64.deb + curl -O https://cdn.azul.com/zulu/bin/zulu21.38.21-ca-fx-jdk21.0.5-linux_amd64.deb + sudo apt-get -y install ./zulu21.38.21-ca-fx-jdk21.0.5-linux_amd64.deb - name: Environment setup env: DISPLAY: :99 @@ -43,4 +43,4 @@ jobs: prerelease: true make_latest: false file_glob: true - body: "**This is a CI Build, built from the latest copy of the source code automatically. It's not an official release and we don't recommend using this in production.**
Quelea is also distributed as a Linux snap package. To install it, make sure snap is installed then run:
sudo snap install --edge quelea
" \ No newline at end of file + body: "**This is a CI Build, built from the latest copy of the source code automatically. It's not an official release and we don't recommend using this in production.**
Quelea is also distributed as a Linux snap package. To install it, make sure snap is installed then run:
sudo snap install --edge quelea
"