Skip to content

Commit 77c7451

Browse files
committed
depext -> confirm level = unsafe-yes
1 parent 707cf59 commit 77c7451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)