From a33e5d3874d1ae2ebf8581ddcb7540325f7c501c Mon Sep 17 00:00:00 2001 From: ospab Date: Thu, 9 Jul 2026 14:30:23 +0300 Subject: [PATCH] ci: fix invalid rust toolchain name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3a9157..d882689 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -203,7 +203,7 @@ jobs: artifact_name: ostp release_name: ostp-linux-mipsle.tar.gz use_cross: true - toolchain: alpha + toolchain: nightly - os: ubuntu-latest target: riscv64gc-unknown-linux-gnu