Skip to content

Commit

Permalink
do not check cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent f709391 commit ba3442b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/docker-images/al2-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ RUN yum -y update \
python3-devel \
python3-pip \
make \
cmake3 \
gcc \
gcc-c++ \
which \
&& yum clean all \
&& rm -rf /var/cache/yum \
&& cmake --version \
&& ctest --version

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

0 comments on commit ba3442b

Please sign in to comment.