mstange / samply

Command-line sampling profiler for macOS and Linux
Apache License 2.0
2.18k stars 56 forks source link

Fix CI and remove usage of actions-rs/cargo #159

Closed mstange closed 5 months ago

mstange commented 5 months ago

The macOS build recently started failing because it kept getting aborted half-way through, I'm not sure what caused this.

But I wanted to change the way CI is setup anyway because actions-rs/cargo seems unmaintained and uses something old I got a deprecation warning about at some point, but I forgot what exactly and where I saw the warning.

Anyway, with these changes, CI is green again.

I've also added a cargo check job for aarch64 Windows.