Skip to content

Commit 9966e63

Browse files
committed
Linux needs Maven too
1 parent 2e5a9fe commit 9966e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
fail-fast: false
1515
name: CI Build Linux
1616
steps:
17+
- uses: jvalkeal/setup-maven@v1
18+
with:
19+
maven-version: 3.6.3
1720
- uses: actions/checkout@v4
1821
- uses: actions/setup-java@v4
1922
with:

0 commit comments

Comments
 (0)