From 991d4a09ba4912124880d2232e6af7e4e0f8a9fa Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Mon, 8 Jun 2020 15:19:58 -0600 Subject: [PATCH] Require libsodium be installed --- .circleci/.brewfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/.brewfile b/.circleci/.brewfile index 5b7ff29d0..6a08e9c95 100644 --- a/.circleci/.brewfile +++ b/.circleci/.brewfile @@ -1,3 +1,4 @@ pkg-config libxml2 -imagemagick@6 \ No newline at end of file +imagemagick@6 +libsodium