Skip to content

Commit 87fda1c

Browse files
committed
add jasmin installation to external CI jobs
1 parent d8b18a5 commit 87fda1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ jobs:
125125
-b ${{ steps.branch_name.outputs.REPO_BRANCH }} \
126126
${{ matrix.target.repository }} \
127127
project/${{ matrix.target.name }}
128-
- name: Install EasyCrypt dependencies
128+
- name: Install Jasmin and EasyCrypt dependencies
129129
run: |
130+
opam install jasmin
130131
opam pin add -n easycrypt easycrypt
131132
opam install --deps-only easycrypt
132133
- name: Compile & Install EasyCrypt

0 commit comments

Comments
 (0)