Install node :(
This commit is contained in:
parent
5d4d97c81f
commit
86438df812
@ -12,6 +12,10 @@ jobs:
|
||||
container: texlive/texlive:latest
|
||||
|
||||
steps:
|
||||
- name: Install node :(
|
||||
run:
|
||||
- apt update
|
||||
- apt install npm
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@ -23,4 +27,4 @@ jobs:
|
||||
with:
|
||||
name: curriculum-vitae
|
||||
path: main.pdf
|
||||
retention-days: 30
|
||||
retention-days: 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user