Skip to content

Commit e105dbd

Browse files
committed
CI/CD: install tools for SVG vector graphics support
1 parent ef50fcf commit e105dbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
texlive-fonts-recommended
8282
tex --version
8383
84+
- name: Install tools for SVG vector graphics support
85+
run: |
86+
sudo apt-get update -y && \
87+
sudo apt-get install -y \
88+
inkscape \
89+
imagemagick
90+
8491
- name: Generate build files
8592
env:
8693
GH_TOKEN: ${{ (env.python_version == env.python_deploy_version && (github.event.inputs.deploy || github.event.inputs.upload)) && secrets.GITHUB_TOKEN || 'NONE' }}

0 commit comments

Comments
 (0)