fix(ci): 新增同步环境
bat-rust / Build and test Rust (push) Failing after 6s

This commit is contained in:
2026-07-21 21:54:51 +08:00
committed by GitHub
parent 43e1a33b88
commit 84047fbacb
+7
View File
@@ -21,6 +21,13 @@ jobs:
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
BAT_SKIP_ENV_FILE: "1" BAT_SKIP_ENV_FILE: "1"
steps: steps:
- name: Load Runner Environment
shell: bash
run: |
source /var/lib/act_runner/env.sh
rustc --version
cargo --version
- name: Checkout - name: Checkout
shell: bash shell: bash
run: | run: |