Browse Source

ci: Remove Brew cache (#23732)

It does not seem to work as expected. We can let someone else figure this out in the future.

[ci skip]
Armen Zambrano G 4 years ago
parent
commit
3be8dbdc29
1 changed files with 0 additions and 10 deletions
  1. 0 10
      .github/workflows/development-environment.yml

+ 0 - 10
.github/workflows/development-environment.yml

@@ -25,20 +25,10 @@ jobs:
         if: ${{ runner.os == 'macOS' }}
         shell: bash
         run: |
-          echo "HOMEBREW_CACHE=`brew --cache`" >> $GITHUB_ENV
           echo "PYENV_ROOT=$HOME/.pyenv" >> $GITHUB_ENV
           echo "VOLTA_HOME=$HOME/.volta" >> $GITHUB_ENV
           echo "PATH=$HOME/.pyenv/shims:$HOME/.volta/bin:$PATH" >> $GITHUB_ENV
 
-      - name: Cache (brew)
-        uses: actions/cache@v2
-        if: ${{ runner.os == 'macOS' }}
-        with:
-          path: $HOMEBREW_CACHE
-          key: ${{ runner.os }}-brew-${{ hashFiles('Brewfile') }}
-          restore-keys: |
-            ${{ runner.os }}-brew
-
       - name: Install prerequisites
         if: ${{ runner.os == 'macOS' }}
         # Depending on the host watchman will not install (read: intermittent issue),