mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-05 05:56: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
|
||||
steps:
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user