Skip to content

Commit

Permalink
Fix label update
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Feb 5, 2024
1 parent d062607 commit 33a7c35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/label_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- name: Setup Java
run: |
curl -O https://cdn.azul.com/zulu/bin/zulu11.68.17-ca-fx-jdk11.0.21-linux_amd64.deb
sudo apt-get -y install ./zulu11.68.17-ca-fx-jdk11.0.21-linux_amd64.deb
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: Checkout main source
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 33a7c35

Please sign in to comment.