Skip to content

Commit

Permalink
apk install java
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent 7984020 commit 86995c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Set up JDK 11"
uses: actions/setup-java@v4
with:
java-version: "11"
distribution: 'corretto'
- name: Install Dependencies
run: apk --update --no-cache add curl
run: apk --update --no-cache add curl openjdk11
- name: Install Maven 3.6.3
run: |
export PATH="$PATH:/opt/maven/bin"
Expand Down

0 comments on commit 86995c6

Please sign in to comment.