We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae305b commit e463151Copy full SHA for e463151
.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- run: opam --version
20
- - run: opam init
+ - run: opam init --disable-sandboxing -y
21
- run: opam exec -- ocamlopt --version
22
23
- name: Cancel Previous Runs
0 commit comments