File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ ENV DEBIAN_FRONTEND=noninteractive
3232# binary installer ensures cmake is available and dependencies build correctly in the current
3333# CI containerized environment.
3434RUN wget --progress=dot:giga https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh \
35- && chmod +x cmake-3.28.3-linux-x86_64.sh \
36- && ./cmake-3.28.3-linux-x86_64.sh --skip-license --prefix=/usr/local \
37- && rm cmake-3.28.3-linux-x86_64.sh
35+ && chmod +x cmake-3.28.3-linux-x86_64.sh \
36+ && ./cmake-3.28.3-linux-x86_64.sh --skip-license --prefix=/usr/local \
37+ && rm cmake-3.28.3-linux-x86_64.sh
3838
3939# Run the setup script to install all dependencies, then move venv to /opt and clean up
4040# Note: setup-ubuntu.sh creates venv at SCRIPTDIR/../.venv (i.e., /tmp/.venv)
You can’t perform that action at this time.
0 commit comments