We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b7f0b commit de91514Copy full SHA for de91514
1 file changed
.github/workflows/update-and-build.yml
@@ -122,6 +122,8 @@ jobs:
122
name: build-${{ matrix.version }}-latex
123
- run: sudo apt-get update
124
- 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 }}
127
- run: make
128
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129
with:
0 commit comments