Skip to content

Commit ab746b3

Browse files
committed
install open sans differently
1 parent 761ac39 commit ab746b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ jobs:
1717
fetch-depth: 0
1818
- name: debug
1919
run: |
20-
sudo apt-get update
21-
sudo apt-get install -y fonts-noto fonts-open-sans
20+
cd /usr/share/fonts
21+
sudo mkdir googlefonts
22+
cd googlefonts
23+
sudo unzip -d . ~/Downloads/Open_Sans.zip
24+
sudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/googlefonts
25+
sudo fc-cache -f -v
2226
fc-list
2327
- name: Get Core Sans
2428
uses: actions/checkout@v4

0 commit comments

Comments
 (0)