We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4919452 commit 84bdff1Copy full SHA for 84bdff1
ci/docker/Dockerfile
@@ -34,7 +34,7 @@ RUN ARCH=$(uname -m) \
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 \
+ fi \
38
&& unzip ninja*.zip \
39
&& rm *.zip \
40
&& mv ninja /opt/cmake/bin
0 commit comments