You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Motivation
Cross-compilation is super useful, but sadly cross is sometimes breaking things such as the compilation for powerpc64-unknown-linux-gnu and it doesn't really do semver when breaking stuff, but still has past versions we could use instead.
When nothing is specified in the "use-cross" field, it would just use the existing cross version or download the latest, but if something is specified, it should fetch that version of cross instead.
The text was updated successfully, but these errors were encountered:
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
Cross-compilation is super useful, but sadly
cross
is sometimes breaking things such as the compilation forpowerpc64-unknown-linux-gnu
and it doesn't really do semver when breaking stuff, but still has past versions we could use instead.This project was already hit once: 4630dea
So I propose to be able to tag a cross version in the action.
Workflow example
When nothing is specified in the "use-cross" field, it would just use the existing
cross
version or download the latest, but if something is specified, it should fetch that version ofcross
instead.The text was updated successfully, but these errors were encountered: