mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-02-23 05:15:30 +08:00
Fix fonts not found error
This commit is contained in:
parent
669ac14d92
commit
852b04279f
6 changed files with 11 additions and 3 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -13,6 +13,14 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install fonts
|
||||
run: |
|
||||
apt update
|
||||
apt install --yes \
|
||||
fonts-roboto \
|
||||
fonts-adobe-sourcesans3 \
|
||||
;
|
||||
|
||||
- name: Compile
|
||||
run: make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue