diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1f3c10..96e0576 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,14 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 + - name: Install fonts + run: | + apt update + apt install --yes \ + fonts-roboto \ + fonts-sourcesanspro \ + ; + - name: Compile run: make