mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-04 21:46:31 -05:00
Install nodejs in CI build container
Some checks failed
Build Proposal and Thesis / build (push) Failing after 29s
Some checks failed
Build Proposal and Thesis / build (push) Failing after 29s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,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 make bash
|
run: apk add --no-cache git make bash nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user