Add missing snippet files.

This commit is contained in:
David Himmelstrup 2020-08-22 11:26:59 +08:00
commit f1d945babb
3 changed files with 13 additions and 0 deletions

View file

@ -30,6 +30,12 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Cache
uses: actions/cache@v1
with:
path: ~/.stack
key: ${{ runner.os }}-${{ hashFiles('**/*.cabal') }}-stack
- name: Install dependencies
run: |
cabal v2-update