mirror of
https://github.com/veeso/termscp.git
synced 2026-07-02 20:53:46 +02:00
build.rs uses vergen-git2 (Git2::all_git), which runs `git describe` and reads commit metadata. The build and publish-crate jobs checked out a shallow clone without tags, so vergen could not resolve the describe string and libgit2 may fail on shallow repos. Add fetch-depth: 0 and fetch-tags: true to both jobs that compile the crate.