Skip to content

Commit

Permalink
[gha] build-ubuntu.yml: add 'apt-get texlive*'
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Oct 20, 2024
1 parent 3851019 commit d2e01bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: apt-get texlive
shell: bash
run: |
sudo apt-get update
sudo apt-get install texlive-binaries texlive-fonts-recommended texlive-fonts-extra texlive-lang-japanese
kpsewhich lmroman10-regular.otf
kpsewhich HaranoAjiMincho-Regular.otf
kpsewhich HaranoAjiGothic-Normal.otf
kpsewhich -show-path='opentype fonts'
- name: make libs
shell: bash
run: |
Expand Down

0 comments on commit d2e01bc

Please sign in to comment.