[PR #1149] [MERGED] Remove actions-rs/toolchain #1251

Closed
opened 2026-02-27 20:01:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1149
Author: @yubiuser
Created: 4/11/2023
Status: Merged
Merged: 4/13/2023
Merged by: @roderickvd

Base: devHead: remove/action_rust


📝 Commits (1)

  • cd56225 Remove actions-rs/toolchain

📊 Changes

1 file changed (+6 additions, -29 deletions)

View changed files

📝 .github/workflows/test.yml (+6 -29)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/1149 **Author:** [@yubiuser](https://github.com/yubiuser) **Created:** 4/11/2023 **Status:** ✅ Merged **Merged:** 4/13/2023 **Merged by:** [@roderickvd](https://github.com/roderickvd) **Base:** `dev` ← **Head:** `remove/action_rust` --- ### 📝 Commits (1) - [`cd56225`](https://github.com/librespot-org/librespot/commit/cd56225935a1f86e1da2dd73d102c7631bcbe095) Remove actions-rs/toolchain ### 📊 Changes **1 file changed** (+6 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+6 -29) </details> ### 📄 Description This PR removes the `actions-rs/toolchain` action from the `test.yml`. The respective [repo](https://github.com/actions-rs/toolchain) 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](https://user-images.githubusercontent.com/26622301/231284244-caa2444d-d14b-4364-99bd-505a346da16b.png) ___ This PR replaces the action with a direct download and run of `rustup`, preserving the wanted profile and toolchain. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#1251
No description provided.