Commit c718a185 authored by nanahira's avatar nanahira

fix

parent f0a17d89
Pipeline #11752 failed with stages
in 1 minute and 30 seconds
......@@ -8,7 +8,7 @@ RUN apt update && \
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 premake && \
mv premake-5.0.0-beta1-src premake && \
cd premake/build/gmake.unix && \
make -j$(nproc)
......
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