Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 5, 2024
1 parent f9f5563 commit d062607
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
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
export JAVA_HOME=/usr/lib/jvm/zulu-fx-21-amd64/
- name: Environment setup
env:
DISPLAY: :99
Expand All @@ -32,9 +33,6 @@ jobs:
cd Quelea
chmod +x gradlew
chmod +x build-install.sh
JAVA_HOME=/usr/lib/jvm/zulu-fx-21-amd64/
ls -l /usr/lib/jvm/
echo $JAVA_HOME
./gradlew -Dnightly=true -Dversionsuffix=CI-UNSTABLE clean dist
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit d062607

Please sign in to comment.