Skip to content

Commit 173b64b

Browse files
Copilotfranz1981
andcommitted
Install Maven in Loom container to fix CI failure
Co-authored-by: franz1981 <13125299+franz1981@users.noreply.github.com>
1 parent fc7a4eb commit 173b64b

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)