mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 22:16:10 +03:00
Desperately trying to get CI caching
This commit is contained in:
parent
4b47f7fd9a
commit
b2fd09908f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user