Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zellius committed Dec 10, 2023
1 parent ba84354 commit 5209e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runs:
using: composite
steps:
- name: Install packages
shell: bash
run: sudo apt install autopoint

- name: Setup asdf
Expand All @@ -14,6 +15,7 @@ runs:
uses: asdf-vm/actions/[email protected]

- name: Setup required Java
shell: bash
run: |
asdf install java &&
echo "JAVA_HOME=$(asdf where java)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 5209e49

Please sign in to comment.