Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat: …
Browse files Browse the repository at this point in the history
…make all is back

Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Oct 23, 2023
1 parent 5cd8489 commit 2397874
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2397874

Please sign in to comment.