Skip to content

Commit 6c27b55

Browse files
committed
remove use of rustup as Windows images don't have it
1 parent 2e94094 commit 6c27b55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ extends:
141141
}
142142
$env:PATH += ";$LLVMBIN"
143143
write-verbose -verbose (gcm clang.exe | out-string)
144-
rustup update stable
145144
./build.ps1 -Verbose -Clean -Release -Architecture $(buildName) -SkipLinkCheck
146145
displayName: 'Build $(buildName)'
147146
env:

0 commit comments

Comments
 (0)