diff options
author | Oleg Bulatov <oleg@bulatov.me> | 2022-05-05 09:06:30 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2022-05-05 16:59:05 +0800 |
commit | ed0b99fcfc37844f5d88eb7678ca23b490fd5b98 (patch) | |
tree | 42e1aa8b994d20941370fb89d8b6b98e4f998689 /.github | |
parent | 204a6269cbf5b0a9ee9b19a1f53c3de1e7fa3303 (diff) | |
download | fork-ledger-ed0b99fcfc37844f5d88eb7678ca23b490fd5b98.tar.gz fork-ledger-ed0b99fcfc37844f5d88eb7678ca23b490fd5b98.tar.bz2 fork-ledger-ed0b99fcfc37844f5d88eb7678ca23b490fd5b98.zip |
Remove git from brew install
git is now provided by GitHub Actions by default
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |