Commit 289fdce
authored
Workaround a bug causing Windows CI failures. (#119)
This works around [this bug], which manifests as
```
error: could not remove 'setup' file: 'C:\Users\VssAdministrator\.cargo\bin/rustup-init.exe'
info: caused by: Access is denied. (os error 5)
```
as suggested by [this comment].
[this bug]: https://github.com/microsoft/azure-pipelines-image-generation/issues/1224
[this comment]: #118 (comment)1 parent bdfbb54 commit 289fdce
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments