fix: properly install fontawesome before running tests

This commit is contained in:
Paul Tsouchlos
2024-09-19 00:07:56 -06:00
parent af6a61d6fd
commit 3338abf39d
5 changed files with 18 additions and 6 deletions

View File

@@ -21,11 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install fonts
run: |
sudo apt update
sudo apt-get install fonts-font-awesome fonts-roboto texlive-fonts-recommended texlive-fonts-extra
- name: Probe runner package cache
uses: awalsh128/cache-apt-pkgs-action@v1
with:
@@ -53,6 +48,12 @@ jobs:
uses: typst-community/setup-typst@v3
with:
typst-version: ${{ matrix.typst-version }}
- name: Install fonts
run: |
sudo apt update
sudo apt-get install fonts-font-awesome fonts-roboto
./scripts/install-fontawesome
- name: Install locally
run: just install-preview