Skip to content

Commit

Permalink
Install cabextract
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 24, 2023
1 parent bb0ad25 commit 77a75c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tex.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: google/fonts
path: fonts

- name: Install packages
- name: Configure fontconfig
run: |
apt update
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
# https://askubuntu.com/a/733405/141059
# https://sourceforge.net/projects/corefonts/files/OldFiles/IELPKTH.CAB
run: |
apt install -y cabextract
curl -o IELPKTH.CAB https://master.dl.sourceforge.net/project/corefonts/OldFiles/IELPKTH.CAB?viasf=1
cabextract -F 'tahoma*ttf' IELPKTH.CAB
ln -s tahoma.ttf Tahoma.ttf
Expand Down

0 comments on commit 77a75c0

Please sign in to comment.