ci(rust): 切换 Gitea runner 标签为 linux
bat-rust / Build and test Rust (push) Canceled after 14m5s

保留 .gitea/workflows/bat.yml 作为实际工作流入口,删除冗余副本,并同步项目计划与当前缺口文档。
This commit is contained in:
2026-07-21 11:35:59 +08:00
parent d76f6f1c88
commit 924cff5f51
4 changed files with 4 additions and 63 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Gitea Actions workflow for the Rust workspace.
# This workflow is host-runner friendly and does not touch real resource
# This workflow is linux-runner friendly and does not touch real resource
# directories.
name: bat-rust
@@ -14,7 +14,7 @@ on:
jobs:
rust:
name: Build and test Rust
runs-on: host
runs-on: linux
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1