Skip to content

Commit e37e52e

Browse files
fix(ci): quote YAML status check containing colon to prevent parse error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1767701 commit e37e52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskfiles/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tasks:
5757
- cargo --version
5858
status:
5959
- rustup run {{.PINNED_RUST}} rustc --version
60-
- rustup run {{.PINNED_RUST}} rustc --version --verbose | findstr "host: x86_64-pc-windows-msvc"
60+
- 'rustup run {{.PINNED_RUST}} rustc --version --verbose | findstr "host: x86_64-pc-windows-msvc"'
6161
- rustup target list --installed --toolchain {{.PINNED_RUST}} | findstr x86_64-pc-windows-msvc
6262

6363
setup-cargo-tools:

0 commit comments

Comments
 (0)