mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
.github/workflows/ci.yml: use restore-keys (#1279)
This commit is contained in:
parent
739b7f2f49
commit
a9672e846b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -50,7 +50,9 @@ jobs:
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: ~/.stack/snapshots
|
||||
key: ${{ runner.os }}-${{ hashFiles(format('./{0}', matrix.versions.stack-yaml)) }}
|
||||
key: ${{ runner.os }}-${{ matrix.versions.stack-yaml }}-${{ hashFiles(format('./{0}', matrix.versions.stack-yaml)) }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ matrix.versions.stack-yaml }}
|
||||
- name: Update system dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
|
Loading…
x
Reference in New Issue
Block a user