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 849d3ca commit 3569ffeCopy full SHA for 3569ffe
.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
@@ -63,7 +64,7 @@ jobs:
63
64
ocaml-compiler: 4
65
opam-pin: false
66
- - run: opam install mirage
67
+ - run: opam install "mirage<4.7.0"
68
- run: opam exec -- mirage configure -t ${{ matrix.mode }}
69
- run: opam exec -- make depend
70
- run: opam exec -- make
0 commit comments