summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ghci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 669ebd6..236d60e 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -29,14 +29,6 @@ jobs:
- name: checkout code
uses: actions/checkout@v2
- - name: retrieve caches
- uses: actions/cache@v2
- with:
- path: |
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
- key: ${{ runner.os }}-${{ matrix.os }}-build
-
- name: install deps
run: |
if echo "${{ matrix.os }}" | grep -qE '^macos-' ; then