Skip to content

Commit 180f3e2

Browse files
Copilotfranz1981
andcommitted
Install Maven in Loom container to fix CI failure
Co-authored-by: franz1981 <[email protected]>
1 parent 8bb57c0 commit 180f3e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/loom-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323

24+
- name: Install Maven
25+
run: |
26+
apt-get update
27+
apt-get install -y maven
28+
2429
- name: Verify Java version
2530
run: |
2631
java -version

0 commit comments

Comments
 (0)