Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Add maven install
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Jun 10, 2024
1 parent 92d1d0c commit 51839e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: actions/checkout@v2
- name: 'Install Git'
run: sudo apt-get update && sudo apt-get install -y git
- name: 'Install Maven'
run: sudo apt-get install -y maven
- name: 'Setup: Java 17'
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 51839e7

Please sign in to comment.