Skip to content

Commit b54354f

Browse files
committed
depext -> confirm level = unsafe-yes
Running `opam depext` with `confirm-level=unsafe-yes`. This allows `opam` to install missing external dependencies (via the host package manager)
1 parent 5f5d3f6 commit b54354f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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

@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)