diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ff3fc30..6085822 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -19,9 +19,12 @@ jobs: - run: echo "💡 The branch ${{ github.ref }} from ${{ github.repository }} has been cloned to the runner." + - name: Update apt + run: >- + sudo apt-get update -q - name: Install dependencies run: >- - sudo apt-get install -y + sudo apt-get install -qy fonts-inconsolata fonts-linuxlibertine fonts-noto