Skip to content

Commit af4ae53

Browse files
committed
Run opam reinstall ocamlfind to fix opam
1 parent e148857 commit af4ae53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
cache-prefix: ${{ steps.multicore_hash.outputs.commit }}
4242
opam-depext: false
4343

44+
- run: opam reinstall ocamlfind
45+
4446
- run: opam install . --deps-only --with-test
4547

4648
- run: opam exec -- dune build
4749

48-
- run: opam exec -- dune runtest
50+
- run: opam exec -- dune runtest

0 commit comments

Comments
 (0)