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