From ed0b99fcfc37844f5d88eb7678ca23b490fd5b98 Mon Sep 17 00:00:00 2001 From: Oleg Bulatov Date: Thu, 5 May 2022 09:06:30 +0200 Subject: Remove git from brew install git is now provided by GitHub Actions by default --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cb1fda05..fc8937f7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -44,7 +44,7 @@ jobs: name: Mac Dependencies run: | brew update - brew install boost boost-python3 gmp mpfr gpgme git + brew install boost boost-python3 gmp mpfr gpgme - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. -- cgit v1.2.3