ci: ensure tests have all fonts properly installed

This commit is contained in:
Paul Tsouchlos
2024-09-19 12:46:27 -06:00
parent f623c11327
commit 387c92333e
2 changed files with 13 additions and 1 deletions

View File

@@ -52,8 +52,9 @@ jobs:
- name: Install fonts
run: |
sudo apt update
sudo apt-get install fonts-font-awesome fonts-roboto
sudo apt-get install fonts-roboto
./scripts/install-fontawesome
./scripts/install-source-sans
- name: Install locally
run: just install