1
0

Added missing font
All checks were successful
/ Build pdf (push) Successful in 34s

This commit is contained in:
Matthias Veigel 2025-07-22 15:31:38 +02:00
parent 987afcb67f
commit 59b93df7b0
Signed by: root
GPG Key ID: 2437494E09F13876

View File

@ -8,7 +8,7 @@ jobs:
container: container:
archlinux:latest archlinux:latest
steps: steps:
- run: pacman -Sy --noconfirm nodejs git typst fontconfig ttf-linux-libertine ttf-inconsolata ttf-fira-code ttf-fira-sans - run: pacman -Sy --noconfirm nodejs git typst fontconfig ttf-linux-libertine ttf-inconsolata ttf-fira-code ttf-fira-sans noto-fonts
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: typst c main.typ - run: typst c main.typ
- run: typst c presentation.typ - run: typst c presentation.typ