-
Currently to test locally, a local version of
setup-ocaml
is setup with sandboxing disabled: [email protected]:avsm/setup-ocaml.git ocaml/setup-ocaml#6The
opam init
commands get passed a--disable-sandboxing
flag (dist/index.js
) -
Steps to use the local version:
- Clone and modify
avsm/setup-ocaml
into.github/actions
and disable sandboxing - Set
uses
in the GH workflow file to use the local version in.github/actions
- Uncomment the local
setup-ocaml
folder from.gitignore
so thatact
can copy it:# .github/actions/setup-ocaml/
- Only run the ubuntu-latest matrix
- Clone and modify