don't attempt to cache build

This commit is contained in:
Zachary Snow 2019-12-22 12:14:04 -05:00
parent 82217ec05c
commit 3d0960c58c
1 changed files with 0 additions and 9 deletions

View File

@ -32,15 +32,6 @@ jobs:
cd ..
fi
fi
- name: Cache Build
uses: actions/cache@v1
with:
path: ~/.stack
key: ${{ runner.OS }}-${{ hashFiles('**/stack.yaml') }}-${{ hashFiles('**/sv2v.cabal') }}
restore-keys: |
${{ runner.OS }}-${{ hashFiles('**/stack.yaml') }}-${{ hashFiles('**/sv2v.cabal') }}
${{ runner.OS }}-${{ hashFiles('**/stack.yaml') }}-
${{ runner.OS }}-
- name: Build
run: make
- name: Test