This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Cross build fails when trying to parse manifest at Cargo.toml #87
Labels
bug
Something isn't working
Description
I am trying to build my project for
arm-unknown-linux-gnueabihf
using a slight modified version of the cross example that's provided in the README.md. The Build fails when trying to parse a manifest in the Cargo.toml.Workflow code
This is the workflow file.
Action output
Log from my run:
In another run the same error occurs with a different crate:
##[error]failed to parse manifest at /cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-impl-0.1.1/Cargo.toml
Expected behavior
I tried building my project locally with cross for the same target without this happening.
The text was updated successfully, but these errors were encountered: