Skip to content

Commit c1cd683

Browse files
committed
CI: move to setup-ocaml@v3 to work around problem on ubuntu 24.04
v2 tries to install darcs, which is not available on the ubuntu 24.04 runners. Changes are from #2153, which failed mysteriously when it was filed but might work better now.
1 parent db0ebbf commit c1cd683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ jobs:
489489
chmod +x dist/bin/*
490490
echo $GITHUB_WORKSPACE/dist/bin >> $GITHUB_PATH
491491
492-
- uses: ocaml/setup-ocaml@v2
492+
- uses: ocaml/setup-ocaml@v3
493493
with:
494-
ocaml-compiler: 4.14.x
494+
ocaml-compiler: "4.14"
495495

496496
- run: opam repo add coq-released https://coq.inria.fr/opam/released
497497

0 commit comments

Comments
 (0)