Fix CI
This commit is contained in:
parent
cf228cc746
commit
8d2c21b179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user