mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-15 07:24:43 -05:00
fix: install nodejs for action compatibility
This commit is contained in:
4
.github/workflows/compile-latex.yml
vendored
4
.github/workflows/compile-latex.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
container: ghcr.io/xu-cheng/texlive-alpine:latest
|
container: ghcr.io/xu-cheng/texlive-alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: apk add --no-cache git gettext bash
|
run: apk add --no-cache git gettext bash nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
if: github.actor == github.repository_owner
|
if: github.actor == github.repository_owner
|
||||||
steps:
|
steps:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: apk add --no-cache git gettext bash
|
run: apk add --no-cache git gettext bash nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user