Skip to content

Commit

Permalink
fix workflow setup step name
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 11, 2024
1 parent bc55b26 commit 8a956d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Eclipse Temurin 21
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
Expand Down

0 comments on commit 8a956d6

Please sign in to comment.