Skip to content

Commit

Permalink
Add Java setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Mar 17, 2024
1 parent 3b9c648 commit a0e8f4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upload-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Install Crowdin CLI
run: npm i -g @crowdin/cli

- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit a0e8f4f

Please sign in to comment.