Commit 16ac1aa7 authored by nanahira's avatar nanahira

catchup

parent 48b69f81
Pipeline #12162 failed with stages
in 36 minutes and 15 seconds
......@@ -9,7 +9,7 @@ WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v5.0.0-beta1/premake-5.0.0-beta1-src.zip && \
7z x -y premake.zip && \
mv premake-5.0.0-beta1-src premake && \
cd premake/build/gmake.unix && \
cd premake/build/gmake2.unix && \
make -j$(nproc)
FROM node:16-bullseye-slim
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment