@@ -58,7 +58,9 @@ jobs:
- name: Dependencies (macOS)
if: runner.os == 'macOS'
- run: brew install boost gmp mpfr ccache
+ run: |
+ brew update
+ brew install boost gmp mpfr ccache
- name: Cache Build
id: cache-build
@@ -108,7 +108,9 @@ jobs:
- run: brew install boost gmp mpfr
+ brew install boost gmp mpfr
- name: Configure
run: |