Fix CI
Some checks failed
/ Build backend-glibc (push) Failing after 10s
/ Build frontend (push) Has been cancelled
/ Package builds (push) Has been cancelled
/ Build backend-muslc (push) Has been cancelled

This commit is contained in:
Mutzi 2023-05-28 14:29:08 +02:00
parent cf228cc746
commit 8d2c21b179

View File

@ -9,7 +9,7 @@ jobs:
container:
image: rust:bullseye
steps:
- run: apt-get install git -y
- run: apt-get install git nodejs -y
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
@ -26,7 +26,7 @@ jobs:
image: rust:alpine
steps:
- name: Install dependencies
run: apk add pkgconf musl-dev git
run: apk add pkgconf musl-dev git nodejs
- uses: actions/checkout@v3
- name: Build
run: cargo build --release