Skip to content

Commit

Permalink
fix jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Dec 24, 2024
1 parent f6af7a7 commit 774ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential ninja-build
sudo apt-get install -y build-essential ninja-build openjdk-17-jdk
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 774ab7d

Please sign in to comment.