We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d276707 commit 0df7260Copy full SHA for 0df7260
.github/workflows/build.yml
@@ -1,5 +1,8 @@
1
name: build
2
3
+env:
4
+ DUNE_CONFIG__BACKGROUND_DIGESTS: disabled
5
+
6
on:
7
pull_request:
8
push:
@@ -88,7 +91,7 @@ jobs:
88
91
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
89
92
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
90
93
opam: https://github.com/ocaml/opam-repository.git
- dune-cache: false
94
+ dune-cache: true
95
opam-depext: ${{ !matrix.skip-test }}
96
opam-depext-flags: --with-test
97
@@ -97,7 +100,7 @@ jobs:
100
uses: ocaml/setup-ocaml@v2
98
101
with:
99
102
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- dune-cache: ${{ matrix.os != 'macos-latest' }}
103
104
105
106
0 commit comments