mirror of https://github.com/zachjs/sv2v.git
don't attempt to cache build
This commit is contained in:
parent
82217ec05c
commit
3d0960c58c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue