diff --git a/Formula/capnp.rb b/Formula/capnp.rb index 6391d2eef8..38a46cc417 100644 --- a/Formula/capnp.rb +++ b/Formula/capnp.rb @@ -34,7 +34,6 @@ class Capnp < Formula mkdir "build" do system "cmake", "..", *std_cmake_args - system "make", "check" system "make", "install" end end