diff --git a/.gitea/workflows/pdf.yaml b/.gitea/workflows/pdf.yaml index 81f8e7a..dd24a24 100644 --- a/.gitea/workflows/pdf.yaml +++ b/.gitea/workflows/pdf.yaml @@ -8,7 +8,7 @@ jobs: container: archlinux:latest 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 - run: typst c main.typ - run: typst c presentation.typ