File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Run Domainslib Example
3434 run : bin/run examples/domainslib
3535
36- - name : Run Zartih Example
36+ - name : Run Zarith Example
3737 run : bin/run examples/zarith
3838
3939 - name : Report Image Size
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ USER codewarrior
1717ENV USER=codewarrior
1818
1919RUN set -ex; \
20- opam init -y --disable-sandboxing --compiler=5.0.0;
20+ opam init -y --shell-setup -- disable-sandboxing --compiler=5.0.0;
2121
2222RUN set -ex; \
2323 opam install -y \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ USER codewarrior
1818ENV USER=codewarrior
1919
2020RUN set -ex; \
21- opam init -y --disable-sandboxing --compiler=5.0.0;
21+ opam init -y --shell-setup -- disable-sandboxing --compiler=5.0.0;
2222
2323RUN set -ex; \
2424 opam install -y \
You can’t perform that action at this time.
0 commit comments