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 was 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
quickstart.yml says "# For multi-OS testing see the cross.yml workflow." and I'd really like to see a complex example with a multi-os workflow (meaning a matrix-ized runs-on that runs on ubuntu-latest, macos-latest, windows-latest as well as some cross-compiled testing mixed in) but I can't find anything like that. There is cross_compile.yml but that's not quite the same.