We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e827 commit 74dc102Copy full SHA for 74dc102
.circleci/config.yml
@@ -183,10 +183,10 @@ jobs:
183
command: choco install llvm -y
184
- run:
185
name: Add target
186
- command: rustup target add x86_64-pc-windows-msvc
+ command: rustup.exe target add x86_64-pc-windows-msvc
187
188
name: Install target toolchain
189
- command: rustup toolchain install stable-x86_64-pc-windows-msvc
+ command: rustup.exe toolchain install stable-x86_64-pc-windows-msvc
190
191
name: Check Trin workspace
192
command: cargo check --workspace
0 commit comments