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 aa1b46e commit 434d925Copy full SHA for 434d925
.github/workflows/main.yml
@@ -15,8 +15,9 @@ jobs:
15
fail-fast: false
16
matrix:
17
os:
18
- - macos-latest
19
- ubuntu-latest
+ - macos-latest
20
+ - windows-latest
21
ocaml-compiler:
22
- 5
23
- 4
@@ -61,9 +62,8 @@ jobs:
61
62
uses: ocaml/setup-ocaml@v3
63
with:
64
ocaml-compiler: 4
- opam-pin: false
65
66
- - run: opam install mirage
+ - run: opam install "mirage<4.7.0"
67
- run: opam exec -- mirage configure -t ${{ matrix.mode }}
68
- run: opam exec -- make depend
69
- run: opam exec -- make
0 commit comments