Skip to content

Commit

Permalink
ci: Still trying to install fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Jun 29, 2024
1 parent b2f5f1a commit ffe9fe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: fonts-linuxlibertine fonts-noto fonts-inconsolata
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: easy/main.typ
- name: Install Typst
uses: typst-community/setup-typst@v3
- name: Compile main
run: typst compile main.typ main.pdf
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ffe9fe5

Please sign in to comment.