ci: 修复 ci 在 windows 上运行失败的错误 (#690)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2026-03-25 16:57:58 +08:00
committed by GitHub
parent 72bf2b6a4d
commit eea233e576

View File

@@ -82,6 +82,7 @@ jobs:
path: web/build
- name: Read Toolchain Version
id: read_rust_toolchain
shell: bash
run: |
channel=$(grep '^channel' rust-toolchain.toml | sed 's/.*= *"\(.*\)"/\1/')
echo "value=$channel" >> $GITHUB_OUTPUT