Skip to content

Commit

Permalink
fix: make dependency wasn't properly added
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerburdsall committed Nov 6, 2024
1 parent 8414453 commit 4d2393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install-dependencies:
yum install cmake3 clang-devel -y
(ln -s /usr/bin/cmake3 /usr/bin/cmake) || echo "cmake already installed, nothing to do"

compile-binaries:
compile-binaries: install-dependencies
cargo --version \
&& cargo build --locked --release

Expand Down

0 comments on commit 4d2393d

Please sign in to comment.