ci: Remove actions-rs usage (#13454)

This commit is contained in:
Fabian-Lars
2025-05-17 12:58:32 +02:00
committed by GitHub
parent cace9f479a
commit b19a78ce5b
15 changed files with 43 additions and 141 deletions

View File

@@ -36,10 +36,8 @@ jobs:
- uses: actions/checkout@v4
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71
override: true
uses: dtolnay/rust-toolchain@1.71
- name: setup node
uses: actions/setup-node@v4
with: