We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bdff1 commit 9e8f478Copy full SHA for 9e8f478
ci/docker/Dockerfile
@@ -33,8 +33,8 @@ RUN ARCH=$(uname -m) \
33
&& if [ "$ARCH" = "aarch64" ]; then \
34
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip ; \
35
&& else \
36
- && curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ;
37
- fi \
+ && curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ; \
+ && fi \
38
&& unzip ninja*.zip \
39
&& rm *.zip \
40
&& mv ninja /opt/cmake/bin
0 commit comments