Skip to content

Commit f17d286

Browse files
Copilotm-aciek
andcommitted
Move librsvg2-bin to build-pdf job
Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent 8cde578 commit f17d286

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
ref: ${{ github.event.inputs.reference }}
3434
- run: make venv
3535
working-directory: ./Doc
36-
- run: sudo apt-get update && sudo apt-get install -y librsvg2-bin
3736
- run: make dist-html
3837
working-directory: ./Doc
3938
- uses: actions/upload-artifact@master
@@ -133,7 +132,7 @@ jobs:
133132
ref: ${{ github.event.inputs.reference }}
134133
- run: make venv
135134
working-directory: ./Doc
136-
- run: sudo apt-get update && sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
135+
- run: sudo apt-get update && sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy librsvg2-bin
137136
- run: make dist-pdf
138137
working-directory: ./Doc
139138
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)