Skip to content

Commit f078f9f

Browse files
authored
Fix logic operator
1 parent c5c4c8d commit f078f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: ./scripts/setup.sh
7272

7373
- name: Install APT dependencies
74-
if: matrix.format != 'latex'
74+
if: matrix.format == 'latex'
7575
run: sudo apt update -y && sudo apt install librsvg2-bin -y
7676

7777
- name: Add problem matcher

0 commit comments

Comments
 (0)