Skip to content

Commit

Permalink
install open sans differently
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 14, 2024
1 parent 761ac39 commit ab746b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
fetch-depth: 0
- name: debug
run: |
sudo apt-get update
sudo apt-get install -y fonts-noto fonts-open-sans
cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip
sudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/googlefonts
sudo fc-cache -f -v
fc-list
- name: Get Core Sans
uses: actions/checkout@v4
Expand Down

0 comments on commit ab746b3

Please sign in to comment.