Skip to content

Commit

Permalink
Update label_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 authored Jan 13, 2025
1 parent 1a4a4c5 commit 8b2b1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: Checkout main source
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8b2b1b3

Please sign in to comment.