We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50dfeb commit 0a1dcd7Copy full SHA for 0a1dcd7
.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 --all
+ git -C src/mina/src/lib/crypto/proof-systems fetch --unshalow
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