Skip to content

Commit

Permalink
Force opam monorepo to use a specific version of OCaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Feb 6, 2023
1 parent eab35b1 commit bc33114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esperanto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
"lwt"
]
EOF
opam monorepo lock
opam monorepo lock --ocaml-version ${{ matrix.ocaml-version }}
opam monorepo pull
opam exec -- dune build ./cat.com
./cat.com < cat.ml

0 comments on commit bc33114

Please sign in to comment.