Add nodejs for CI
This commit is contained in:
@@ -12,6 +12,9 @@ WORKDIR /app
|
||||
|
||||
RUN apt update
|
||||
|
||||
# For checkout action
|
||||
RUN apt install -y nodejs
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-gnu
|
||||
|
||||
RUN apt install -y mingw-w64
|
||||
|
||||
Reference in New Issue
Block a user