Skip to content

Commit 0a1dcd7

Browse files
committed
--unshalow
1 parent c50dfeb commit 0a1dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: use proof_systems_commit if provided
2929
if: ${{ github.event.inputs.proof_systems_commit != '' }}
3030
run: |
31-
git -C src/mina/src/lib/crypto/proof-systems fetch --all
31+
git -C src/mina/src/lib/crypto/proof-systems fetch --unshalow
3232
git -C src/mina/src/lib/crypto/proof-systems checkout ${{ github.event.inputs.proof_systems_commit }}
3333
git -C src/mina add src/lib/crypto/proof-systems
3434
- name: Checkout repository with submodules

0 commit comments

Comments
 (0)