We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4517e commit f9bf50dCopy full SHA for f9bf50d
.github/workflows/maven.yml
@@ -41,10 +41,10 @@ jobs:
41
restore-keys: |
42
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
43
44
- - name: Install metacity, xvfb, and ttf-mscorefonts-installer fonts-freefont-ttf
+ - name: Install metacity, xvfb, and fonts
45
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
46
with:
47
- packages: xvfb metacity ttf-mscorefonts-installer
+ 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
48
version: cache-apt-pkgs-${{ matrix.profile }}
49
50
- name: Build with Maven
0 commit comments