mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Try something else
This commit is contained in:
parent
5d38b44649
commit
46b0900644
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
# OCaml cache files are stored in `~/.opam` on Linux/macOS
|
||||
path: ~/.opam
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('catala.opam', 'legifrance_catala.opam') }}
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('catala.opam', 'Makefile') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
uses: avsm/setup-ocaml@v1
|
||||
with:
|
||||
# Version of the OCaml compiler to initialise
|
||||
ocaml-version: 4.11.0
|
||||
ocaml-version: 4.12.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user