Skip to content

Commit

Permalink
added "ubuntu" font to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-benedetti authored Aug 9, 2024
1 parent 4ed8921 commit 9aa9241
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Download and install Ubuntu font
run: |
sudo apt-get install -y fontconfig
wget https://assets.ubuntu.com/v1/0cef8205-ubuntu-font-family-0.83.zip
unzip 0cef8205-ubuntu-font-family-0.83.zip -d ubuntu-font
sudo mkdir -p /usr/share/fonts/truetype/ubuntu
sudo cp ubuntu-font/*.ttf /usr/share/fonts/truetype/ubuntu/
sudo fc-cache -fv
shell: bash

- name: Install LibreOffice
run: sudo apt-get update && sudo apt-get install -y libreoffice

Expand Down

0 comments on commit 9aa9241

Please sign in to comment.