Skip to content

Commit 980d4cf

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent e7db5b9 commit 980d4cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
- name: Set-up OCaml
6262
uses: ocaml/setup-ocaml@v3
6363
with:
64-
ocaml-compiler: 5
64+
ocaml-compiler: 4
65+
opam-pin: false
6566

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

0 commit comments

Comments
 (0)