Skip to content

Commit e80ff3e

Browse files
committed
[ci]: do not update opam
This slows down the CI and brings little benefits.
1 parent 9b940b4 commit e80ff3e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
image: ghcr.io/easycrypt/ec-build-box
3030
steps:
3131
- uses: actions/checkout@v4
32-
- name: Update OPAM & EasyCrypt dependencies
32+
- name: Install EasyCrypt dependencies
3333
run: |
34-
opam update
3534
opam pin add -n easycrypt .
3635
opam install --deps-only easycrypt
3736
- name: Compile EasyCrypt
@@ -72,9 +71,8 @@ jobs:
7271
target: [unit, stdlib, examples]
7372
steps:
7473
- uses: actions/checkout@v4
75-
- name: Update OPAM & EasyCrypt dependencies
74+
- name: Install EasyCrypt dependencies
7675
run: |
77-
opam update
7876
opam pin add -n easycrypt .
7977
opam install --deps-only easycrypt
8078
- name: Compile EasyCrypt
@@ -132,9 +130,8 @@ jobs:
132130
-b ${{ matrix.target.branch }} \
133131
${{ matrix.target.repository }} \
134132
project/${{ matrix.target.name }}
135-
- name: Update OPAM & EasyCrypt dependencies
133+
- name: Install EasyCrypt dependencies
136134
run: |
137-
opam update
138135
opam pin add -n easycrypt easycrypt
139136
opam install --deps-only easycrypt
140137
- name: Compile & Install EasyCrypt

0 commit comments

Comments
 (0)