Commit 3d0960c5 by Zachary Snow

don't attempt to cache build

parent 82217ec0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment