mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
parent
8ceeb27580
commit
d105da5b28
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-pdf.yml
vendored
4
.github/workflows/build-pdf.yml
vendored
|
|
@ -4,10 +4,10 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
build-template:
|
||||
name: Build template
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install TeX Live
|
||||
run: sudo apt install texlive-full fonts-font-awesome
|
||||
run: sudo apt update && sudo apt install texlive-full fonts-font-awesome
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue