File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Install EasyCrypt dependencies
2323 run : |
2424 opam pin add -n easycrypt .
25- opam install --deps-only easycrypt
25+ opam install --deps-only --confirm-level=unsafe-yes easycrypt
2626 - name : Compile EasyCrypt
2727 run : opam exec -- make PROFILE=ci
2828
6161 - name : Install EasyCrypt dependencies
6262 run : |
6363 opam pin add -n easycrypt .
64- opam install --deps-only easycrypt
64+ opam install --deps-only --confirm-level=unsafe-yes easycrypt
6565 - name : Compile EasyCrypt
6666 run : opam exec -- make
6767 - name : Detect SMT provers
@@ -128,7 +128,7 @@ jobs:
128128 - name : Install EasyCrypt dependencies
129129 run : |
130130 opam pin add -n easycrypt easycrypt
131- opam install --deps-only easycrypt
131+ opam install --deps-only --confirm-level=unsafe-yes easycrypt
132132 - name : Compile & Install EasyCrypt
133133 run : opam exec -- make -C easycrypt build install
134134 - name : Detect SMT provers
You can’t perform that action at this time.
0 commit comments