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 33
33
- name : Run Domainslib Example
34
34
run : bin/run examples/domainslib
35
35
36
- - name : Run Zartih Example
36
+ - name : Run Zarith Example
37
37
run : bin/run examples/zarith
38
38
39
39
- name : Report Image Size
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ USER codewarrior
17
17
ENV USER=codewarrior
18
18
19
19
RUN set -ex; \
20
- opam init -y --disable-sandboxing --compiler=5.0.0;
20
+ opam init -y --shell-setup -- disable-sandboxing --compiler=5.0.0;
21
21
22
22
RUN set -ex; \
23
23
opam install -y \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ USER codewarrior
18
18
ENV USER=codewarrior
19
19
20
20
RUN set -ex; \
21
- opam init -y --disable-sandboxing --compiler=5.0.0;
21
+ opam init -y --shell-setup -- disable-sandboxing --compiler=5.0.0;
22
22
23
23
RUN set -ex; \
24
24
opam install -y \
You can’t perform that action at this time.
0 commit comments