Skip to content

Commit de91514

Browse files
committed
Install librsvg2-bin in output-pdf step
1 parent 08b7f0b commit de91514

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
name: build-${{ matrix.version }}-latex
123123
- run: sudo apt-get update
124124
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
125+
- run: sudo apt-get install -y librsvg2-bin
126+
if: ${{ fromJSON(matrix.version) >= 3.14 }}
125127
- run: make
126128
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
127129
with:

0 commit comments

Comments
 (0)