Skip to content

Commit a354186

Browse files
committed
install opensans differently
1 parent ab746b3 commit a354186

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ 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+
sudo apt-get update
21+
sudo apt-get install -y fonts-open-sans
2522
sudo fc-cache -f -v
2623
fc-list
2724
- name: Get Core Sans

0 commit comments

Comments
 (0)