Unverified Commit a9672e84 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

.github/workflows/ci.yml: use restore-keys (#1279)

parent 739b7f2f
...@@ -50,7 +50,9 @@ jobs: ...@@ -50,7 +50,9 @@ jobs:
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.6
with: with:
path: ~/.stack/snapshots 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 - name: Update system dependencies
run: | run: |
sudo apt update sudo apt update
......
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