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

Commit 51839e7

Browse files
committed
Add maven install
1 parent 92d1d0c commit 51839e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: actions/checkout@v2
4848
- name: 'Install Git'
4949
run: sudo apt-get update && sudo apt-get install -y git
50+
- name: 'Install Maven'
51+
run: sudo apt-get install -y maven
5052
- name: 'Setup: Java 17'
5153
uses: actions/setup-java@v3
5254
with:

0 commit comments

Comments
 (0)