Skip to content

Commit

Permalink
Install fonts on GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Jun 29, 2024
1 parent 0acf3ea commit b2f5f1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Font installation
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: fonts-linuxlibertine fonts-noto fonts-inconsolata
- name: Typst
uses: lvignoli/typst-action@main
with:
Expand Down

0 comments on commit b2f5f1a

Please sign in to comment.