Skip to content

Commit

Permalink
FIX install font
Browse files Browse the repository at this point in the history
  • Loading branch information
kimushun1101 committed Apr 6, 2024
1 parent 37e8982 commit b3199f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install fonts
run: |
sudo apt-get update
sudo apt-get install -y fonts-noto fonts-noto-cjk fonts-noto-cjk-extra
- uses: typst-community/setup-typst@v3
- run: typst compile main.typ
- name: Create Release
Expand Down

0 comments on commit b3199f0

Please sign in to comment.