Skip to content

Commit

Permalink
ci: replace setup-env with setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger authored May 9, 2024
1 parent d168b4d commit 4549c6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
steps:
- name: "checkout"
uses: "actions/checkout@v4"
- name: "setup environment"
uses: "./.github/actions/setup-env/"
- name: "setup java"
uses: "actions/setup-java@v3"
with:
distribution: "zulu"
java-version: "17"
- name: "check"
run: ./gradlew check
- name: "login"
Expand Down

0 comments on commit 4549c6d

Please sign in to comment.