Skip to content

Commit c54cbb5

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 6ead268 commit c54cbb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
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
@@ -61,6 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)