From 84047fbacbbcb41785f37867136c9e47534782af Mon Sep 17 00:00:00 2001 From: oak <1722157266@QQ.com> Date: Tue, 21 Jul 2026 21:54:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=96=B0=E5=A2=9E=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/bat.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/bat.yml b/.gitea/workflows/bat.yml index f341719..2058029 100644 --- a/.gitea/workflows/bat.yml +++ b/.gitea/workflows/bat.yml @@ -21,6 +21,13 @@ jobs: RUST_BACKTRACE: 1 BAT_SKIP_ENV_FILE: "1" steps: + - name: Load Runner Environment + shell: bash + run: | + source /var/lib/act_runner/env.sh + rustc --version + cargo --version + - name: Checkout shell: bash run: |