Desperately trying to get CI caching

This commit is contained in:
Denis Merigoux 2022-01-10 15:05:58 +01:00
parent 4b47f7fd9a
commit b2fd09908f
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -50,6 +50,9 @@ jobs:
path: |
~/.opam
~/_opam
~/catala/_opam
~/catala/catala/_opam
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('catala.opam', 'Makefile') }}
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
@ -60,6 +63,7 @@ jobs:
with:
# Version of the OCaml compiler to initialise
ocaml-compiler: 4.11.2
dune-cache: true
- name: Install dependencies
run: |