mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 04:35:16 +08:00
保留 .gitea/workflows/bat.yml 作为实际工作流入口,删除冗余副本,并同步项目计划与当前缺口文档。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user