From 8d2c21b17985800d983bb7870afd01874cd69b26 Mon Sep 17 00:00:00 2001 From: Mutzi Date: Sun, 28 May 2023 14:29:08 +0200 Subject: [PATCH] Fix CI --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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