Skip to content

Commit

Permalink
fix: bring back in cmake3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerburdsall authored Nov 6, 2024
2 parents a66c8d0 + 65a6bf0 commit 8414453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ default: pull-request-ci

install-dependencies:
yum update -y
yum install clang-devel -y
yum install cmake3 clang-devel -y
(ln -s /usr/bin/cmake3 /usr/bin/cmake) || echo "cmake already installed, nothing to do"

compile-binaries:
cargo --version \
Expand Down

0 comments on commit 8414453

Please sign in to comment.