From eea233e57698e0d5d3a26a81b868272540c3f5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Wed, 25 Mar 2026 16:57:58 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20ci=20=E5=9C=A8=20win?= =?UTF-8?q?dows=20=E4=B8=8A=E8=BF=90=E8=A1=8C=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#690)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-binary.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-binary.yaml b/.github/workflows/build-binary.yaml index 89bd5ec..c9baeb0 100644 --- a/.github/workflows/build-binary.yaml +++ b/.github/workflows/build-binary.yaml @@ -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