Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 6, 2024
1 parent 849d3ca commit 3569ffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- macos-latest
- windows-latest
ocaml-compiler:
- 5
- 4
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
ocaml-compiler: 4
opam-pin: false

- run: opam install mirage
- run: opam install "mirage<4.7.0"
- run: opam exec -- mirage configure -t ${{ matrix.mode }}
- run: opam exec -- make depend
- run: opam exec -- make

0 comments on commit 3569ffe

Please sign in to comment.