librespot-org / librespot

Open Source Spotify client library
MIT License
4.52k stars 544 forks source link

Remove actions-rs/toolchain #1149

Closed yubiuser closed 1 year ago

yubiuser commented 1 year ago

This PR removes the actions-rs/toolchain action from the test.yml. The respective repo is unmaintained since 3 years and recent Github changes are not accounted for. This causes actions in all repo using this action to trigger massive warnings.

Screenshot at 2023-04-11 22-43-26


This PR replaces the action with a direct download and run of rustup, preserving the wanted profile and toolchain.