Skip to content

Commit db4517e

Browse files
committed
Added maven 3.9.6 to github action.
1 parent 141aaaa commit db4517e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
echo GITHUB_EVENT_NAME $GITHUB_EVENT_NAME
2525
- uses: actions/checkout@v4.2.2
2626

27+
- name: Set up Maven
28+
uses: stCarolas/setup-maven@v5
29+
with:
30+
maven-version: 3.9.6
31+
2732
- name: Set up JDK 17
2833
uses: actions/setup-java@v4.6.0
2934
with:
@@ -36,7 +41,7 @@ jobs:
3641
restore-keys: |
3742
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3843
39-
- name: Install metacity, xvfb, and ttf-mscorefonts-installer
44+
- name: Install metacity, xvfb, and ttf-mscorefonts-installer fonts-freefont-ttf
4045
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
4146
with:
4247
packages: xvfb metacity ttf-mscorefonts-installer

0 commit comments

Comments
 (0)