diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 38daa21..ffd0c48 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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