File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 29
29
image : ghcr.io/easycrypt/ec-build-box
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - name : Update OPAM & EasyCrypt dependencies
32
+ - name : Install EasyCrypt dependencies
33
33
run : |
34
- opam update
35
34
opam pin add -n easycrypt .
36
35
opam install --deps-only easycrypt
37
36
- name : Compile EasyCrypt
72
71
target : [unit, stdlib, examples]
73
72
steps :
74
73
- uses : actions/checkout@v4
75
- - name : Update OPAM & EasyCrypt dependencies
74
+ - name : Install EasyCrypt dependencies
76
75
run : |
77
- opam update
78
76
opam pin add -n easycrypt .
79
77
opam install --deps-only easycrypt
80
78
- name : Compile EasyCrypt
@@ -132,9 +130,8 @@ jobs:
132
130
-b ${{ matrix.target.branch }} \
133
131
${{ matrix.target.repository }} \
134
132
project/${{ matrix.target.name }}
135
- - name : Update OPAM & EasyCrypt dependencies
133
+ - name : Install EasyCrypt dependencies
136
134
run : |
137
- opam update
138
135
opam pin add -n easycrypt easycrypt
139
136
opam install --deps-only easycrypt
140
137
- name : Compile & Install EasyCrypt
You can’t perform that action at this time.
0 commit comments