Skip to content

Commit 0df7260

Browse files
authored
Misc: no backgroud digest (#1491)
work around a bug with dune 3.9 on windows
1 parent d276707 commit 0df7260

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: build
22

3+
env:
4+
DUNE_CONFIG__BACKGROUND_DIGESTS: disabled
5+
36
on:
47
pull_request:
58
push:
@@ -88,7 +91,7 @@ jobs:
8891
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
8992
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
9093
opam: https://github.com/ocaml/opam-repository.git
91-
dune-cache: false
94+
dune-cache: true
9295
opam-depext: ${{ !matrix.skip-test }}
9396
opam-depext-flags: --with-test
9497

@@ -97,7 +100,7 @@ jobs:
97100
uses: ocaml/setup-ocaml@v2
98101
with:
99102
ocaml-compiler: ${{ matrix.ocaml-compiler }}
100-
dune-cache: ${{ matrix.os != 'macos-latest' }}
103+
dune-cache: true
101104
opam-depext: ${{ !matrix.skip-test }}
102105
opam-depext-flags: --with-test
103106

0 commit comments

Comments
 (0)