add opam init

This commit is contained in:
danyaberezun 2025-02-28 17:53:28 +01:00
parent 739a59ebd8
commit 9ae305b6ac

View file

@ -17,6 +17,7 @@ jobs:
steps:
- run: opam --version
- run: opam init
- run: opam exec -- ocamlopt --version
- name: Cancel Previous Runs