mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 23:49:53 +08:00
ci: 修复 ci 在 windows 上运行失败的错误 (#690)
This commit is contained in:
@@ -82,6 +82,7 @@ jobs:
|
|||||||
path: web/build
|
path: web/build
|
||||||
- name: Read Toolchain Version
|
- name: Read Toolchain Version
|
||||||
id: read_rust_toolchain
|
id: read_rust_toolchain
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
channel=$(grep '^channel' rust-toolchain.toml | sed 's/.*= *"\(.*\)"/\1/')
|
channel=$(grep '^channel' rust-toolchain.toml | sed 's/.*= *"\(.*\)"/\1/')
|
||||||
echo "value=$channel" >> $GITHUB_OUTPUT
|
echo "value=$channel" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user