Commit 4a1efa78 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 13fa0c13 16ac1aa7
Pipeline #12161 failed with stages
in 42 minutes and 57 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