Skip to content

Commit 20b1288

Browse files
committed
install font-liberation in CI
1 parent 68f365d commit 20b1288

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
working_directory: tex
3535
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
3636
compiler: lualatex
37+
extra_system_packages: "font-liberation"
3738
args: -interaction=nonstopmode -shell-escape
3839

3940
# Bibliography generation
@@ -51,6 +52,7 @@ jobs:
5152
with:
5253
working_directory: tex
5354
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
55+
extra_system_packages: "font-liberation"
5456
compiler: lualatex
5557
args: -interaction=nonstopmode -shell-escape
5658

@@ -60,6 +62,7 @@ jobs:
6062
with:
6163
working_directory: tex
6264
root_file: FormalLanguageConstrainedReachabilityLectureNotes.tex
65+
extra_system_packages: "font-liberation"
6366
compiler: lualatex
6467
args: -interaction=nonstopmode -shell-escape
6568

0 commit comments

Comments
 (0)