Browse Source

Update github actions. (#1786)

Jérémie Dumas 4 years ago
parent
commit
be83a69332
2 changed files with 6 additions and 2 deletions
  1. 3 1
      .github/workflows/continuous.yml
  2. 3 1
      .github/workflows/nightly.yml

+ 3 - 1
.github/workflows/continuous.yml

@@ -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

+ 3 - 1
.github/workflows/nightly.yml

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