desiable sandboxing

This commit is contained in:
danyaberezun 2025-02-28 17:56:19 +01:00
parent 9ae305b6ac
commit e4631513e4

View file

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