Skip to content

Commit

Permalink
apk install make
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent 4342f40 commit 325a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: Install Dependencies
run: apk --update --no-cache add curl openjdk11 docker-cli
run: apk --update --no-cache add curl openjdk11 docker-cli make
- name: Install Maven 3.6.3
run: |
export PATH="$PATH:/opt/maven/bin"
Expand Down

0 comments on commit 325a3a9

Please sign in to comment.