mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(CI): enable dune cache
This commit is contained in:
parent
15c9152795
commit
a5f9f2b95d
3 changed files with 3 additions and 0 deletions
1
.github/workflows/compat.yml
vendored
1
.github/workflows/compat.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
|
dune-cache: true
|
||||||
|
|
||||||
- run: opam pin -n .
|
- run: opam pin -n .
|
||||||
- run: opam depext -y containers containers-data containers-thread
|
- run: opam depext -y containers containers-data containers-thread
|
||||||
|
|
|
||||||
1
.github/workflows/gh-pages.yml
vendored
1
.github/workflows/gh-pages.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: '4.14.x'
|
ocaml-compiler: '4.14.x'
|
||||||
|
dune-cache: true
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
|
|
|
||||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
|
dune-cache: true
|
||||||
|
|
||||||
- run: opam pin -n .
|
- run: opam pin -n .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue