ci: 修复 ci 在 windows 上运行失败的错误 (#690)
This commit is contained in:
1
.github/workflows/build-binary.yaml
vendored
1
.github/workflows/build-binary.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user