We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6db9e commit 6bb26b2Copy full SHA for 6bb26b2
.github/workflows/ci.yml
@@ -125,8 +125,9 @@ jobs:
125
-b ${{ steps.branch_name.outputs.REPO_BRANCH }} \
126
${{ matrix.target.repository }} \
127
project/${{ matrix.target.name }}
128
- - name: Install EasyCrypt dependencies
+ - name: Install Jasmin and EasyCrypt dependencies
129
run: |
130
+ opam install jasmin
131
opam pin add -n easycrypt easycrypt
132
opam install --deps-only easycrypt
133
- name: Compile & Install EasyCrypt
0 commit comments