We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141aaaa commit db4517eCopy full SHA for db4517e
.github/workflows/maven.yml
@@ -24,6 +24,11 @@ jobs:
24
echo GITHUB_EVENT_NAME $GITHUB_EVENT_NAME
25
- uses: actions/checkout@v4.2.2
26
27
+ - name: Set up Maven
28
+ uses: stCarolas/setup-maven@v5
29
+ with:
30
+ maven-version: 3.9.6
31
+
32
- name: Set up JDK 17
33
uses: actions/setup-java@v4.6.0
34
with:
@@ -36,7 +41,7 @@ jobs:
36
41
restore-keys: |
37
42
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
38
43
39
- - name: Install metacity, xvfb, and ttf-mscorefonts-installer
44
+ - name: Install metacity, xvfb, and ttf-mscorefonts-installer fonts-freefont-ttf
40
45
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
46
47
packages: xvfb metacity ttf-mscorefonts-installer
0 commit comments