Skip to content

Commit 74dc102

Browse files
committed
Update config.yml
1 parent 370e827 commit 74dc102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ jobs:
183183
command: choco install llvm -y
184184
- run:
185185
name: Add target
186-
command: rustup target add x86_64-pc-windows-msvc
186+
command: rustup.exe target add x86_64-pc-windows-msvc
187187
- run:
188188
name: Install target toolchain
189-
command: rustup toolchain install stable-x86_64-pc-windows-msvc
189+
command: rustup.exe toolchain install stable-x86_64-pc-windows-msvc
190190
- run:
191191
name: Check Trin workspace
192192
command: cargo check --workspace

0 commit comments

Comments
 (0)