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: |