IntersectMBO / formal-ledger-specifications

Formal specifications of the cardano ledger
Apache License 2.0
38 stars 13 forks source link

Fix `MAlonzo` code generation workflow #560

Closed Lucsanszky closed 3 months ago

Lucsanszky commented 3 months ago

Description

It seems like using --depth 1 for fetching can sometimes mess things up, hence use --unshallow instead.

Checklist