mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-12 22:14: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
|
||||
steps:
|
||||
- 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
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
if: github.actor == github.repository_owner
|
||||
steps:
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user