Skip to content

Commit b256d17

Browse files
committed
install opensans differently
1 parent ab746b3 commit b256d17

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
fetch-depth: 0
1818
- name: debug
1919
run: |
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
20+
wget https://github.com/googlefonts/opensans/archive/main.zip
21+
unzip ./main.zip
22+
mv opensans-main/fonts/ttf/ /usr/share/fonts/opensans
23+
sudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/opensans
2524
sudo fc-cache -f -v
2625
fc-list
2726
- name: Get Core Sans

0 commit comments

Comments
 (0)