Skip to content

Commit

Permalink
test5 apt-get install fontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Aug 8, 2023
1 parent fc28e1b commit 94eb60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
run: |
set -e
find /usr/share/fonts -name *.ttf
apk add fontconfig
apt-get install fontconfig -y
fc-cache --force
fc-list :lang=en
ls -la
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
run: |
set -e
find /usr/share/fonts -name *.ttf
apk add fontconfig
apt-get install fontconfig -y
fc-cache --force
fc-list :lang=en
ls -la
Expand Down

0 comments on commit 94eb60f

Please sign in to comment.