Skip to content

Commit

Permalink
fix: use temurion java dist
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 20, 2024
1 parent fc71781 commit 8fec347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "termurin"
distribution: "temurin"

- run: rustup toolchain install stable --profile minimal
- run: rustup component add rustfmt clippy
Expand Down

0 comments on commit 8fec347

Please sign in to comment.