We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2601b commit c50dfebCopy full SHA for c50dfeb
.github/workflows/checks.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: use proof_systems_commit if provided
29
if: ${{ github.event.inputs.proof_systems_commit != '' }}
30
run: |
31
- git -C src/mina/src/lib/crypto/proof-systems fetch
+ git -C src/mina/src/lib/crypto/proof-systems fetch --all
32
git -C src/mina/src/lib/crypto/proof-systems checkout ${{ github.event.inputs.proof_systems_commit }}
33
git -C src/mina add src/lib/crypto/proof-systems
34
- name: Checkout repository with submodules
0 commit comments