We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6e113 commit 86ce073Copy full SHA for 86ce073
ci/docker/Dockerfile
@@ -31,7 +31,7 @@ ENV PATH /opt/cmake/bin:$PATH
31
# As with CMake install a later version of Ninja than waht 18.04 has.
32
RUN ARCH=$(uname -m) \
33
&& if [ "$ARCH" = "aarch64" ]; then SUFFIX=-aarch64; fi \
34
- && curl -sSL -o ninja.zip https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux$(SUFFIX).zip \
+ && curl -sSL -o ninja.zip https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux${SUFFIX}.zip \
35
&& unzip ninja.zip \
36
&& rm *.zip \
37
&& mv ninja /opt/cmake/bin
0 commit comments