File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed 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 --depext-only --confirm-level=unsafe-yes easycrypt
2526 opam install --deps-only easycrypt
2627 - name : Compile EasyCrypt
2728 run : opam exec -- make PROFILE=ci
6162 - name : Install EasyCrypt dependencies
6263 run : |
6364 opam pin add -n easycrypt .
65+ opam install --deps-only --depext-only --confirm-level=unsafe-yes easycrypt
6466 opam install --deps-only easycrypt
6567 - name : Compile EasyCrypt
6668 run : opam exec -- make
@@ -128,6 +130,7 @@ jobs:
128130 - name : Install EasyCrypt dependencies
129131 run : |
130132 opam pin add -n easycrypt easycrypt
133+ opam install --deps-only --depext-only --confirm-level=unsafe-yes easycrypt
131134 opam install --deps-only easycrypt
132135 - name : Compile & Install EasyCrypt
133136 run : opam exec -- make -C easycrypt build install
You can’t perform that action at this time.
0 commit comments