diff --git a/CI/mac/before_install.sh b/CI/mac/before_install.sh index e000de3fb..1377d0f14 100755 --- a/CI/mac/before_install.sh +++ b/CI/mac/before_install.sh @@ -6,6 +6,4 @@ brew install ninja mkdir ~/.conan ; cd ~/.conan curl -L "https://github.com/vcmi/vcmi-deps-macos/releases/download/1.1/$DEPS_FILENAME.txz" \ - | tar -xf - - -brew install enet \ No newline at end of file + | tar -xf - \ No newline at end of file