We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707cf59 commit 77c7451Copy full SHA for 77c7451
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install EasyCrypt dependencies
23
run: |
24
opam pin add -n easycrypt .
25
- opam install --deps-only easycrypt
+ opam install --deps-only --confirm-level=unsafe-yes easycrypt
26
- name: Compile EasyCrypt
27
run: opam exec -- make PROFILE=ci
28
0 commit comments