Skip to content

Commit f9bf50d

Browse files
committed
Added more fonts to build.
1 parent db4517e commit f9bf50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4343
44-
- name: Install metacity, xvfb, and ttf-mscorefonts-installer fonts-freefont-ttf
44+
- name: Install metacity, xvfb, and fonts
4545
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
4646
with:
47-
packages: xvfb metacity ttf-mscorefonts-installer
47+
packages: xvfb metacity ttf-mscorefonts-installer fonts-freefont-ttf ubuntu-restricted-extras xfonts-base xfonts-scalable fonts-dejavu-core fonts-dejavu-extra fonts-dejavu-mono fonts-ubuntu
4848
version: cache-apt-pkgs-${{ matrix.profile }}
4949

5050
- name: Build with Maven

0 commit comments

Comments
 (0)