Skip to content

Commit 4412114

Browse files
authored
Merge pull request #16308 from Kojoley/ci-bionic-compatible-package-names
CI: Use Ubuntu Bionic compatible package names
2 parents f27a7f3 + eac2d03 commit 4412114

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ addons:
3636
- libgeos-dev
3737
- libgirepository1.0-dev
3838
- lmodern
39-
- otf-freefont
40-
- pgf
39+
- fonts-freefont-otf
40+
- texlive-pictures
4141
- pkg-config
4242
- qtbase5-dev
4343
- texlive-fonts-recommended

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ steps:
6262
libgeos-dev \
6363
libgirepository-1.0.1 \
6464
lmodern \
65-
otf-freefont \
66-
pgf \
65+
fonts-freefont-otf \
66+
texlive-pictures \
6767
texlive-fonts-recommended \
6868
texlive-latex-base \
6969
texlive-latex-extra \

0 commit comments

Comments
 (0)