Bladeren bron

Update github actions. (#1786)

Jérémie Dumas 4 jaren geleden
bovenliggende
commit
be83a69332
2 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  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: |