Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent 06ab3d6 commit b7efcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-images/al2-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WORKDIR /tmp
RUN curl -sSL https://d19elf31gohf1l.cloudfront.net/_binaries/cmake/cmake-3.13-manylinux1-x64.tar.gz -o cmake.tar.gz \
&& tar xvzf cmake.tar.gz -C /usr/local \
&& cmake --version \
&& ctest --version
&& ctest --version \
&& rm -f /tmp/cmake.tar.gz

###############################################################################
Expand Down

0 comments on commit b7efcdd

Please sign in to comment.