Skip to content

Commit

Permalink
ci: add font installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
sohnryang authored Jul 2, 2024
1 parent e881811 commit 844a393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Fonts
run: |
sudo apt-get update
sudo apt-get install fonts-noto-cjk fonts-noto-cjk-extra
- name: Install Tectonic
run: curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | sh

Expand Down

0 comments on commit 844a393

Please sign in to comment.