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 c5c4c8d commit f078f9fCopy full SHA for f078f9f
.github/workflows/check.yml
@@ -71,7 +71,7 @@ jobs:
71
run: ./scripts/setup.sh
72
73
- name: Install APT dependencies
74
- if: matrix.format != 'latex'
+ if: matrix.format == 'latex'
75
run: sudo apt update -y && sudo apt install librsvg2-bin -y
76
77
- name: Add problem matcher
0 commit comments