mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-02-22 21:05:47 +08:00
Fix fonts not found error
This commit is contained in:
parent
669ac14d92
commit
572038b370
1 changed files with 8 additions and 0 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-sourcesanspro \
|
||||
;
|
||||
|
||||
- name: Compile
|
||||
run: make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue