Update to ensure latest version of toolchain
This commit is contained in:
@@ -25,6 +25,7 @@ function run() {
|
||||
if (version) {
|
||||
yield rustup.install(version);
|
||||
exec.exec('rustup', ['default', version]);
|
||||
exec.exec('rustup', ['update', version]);
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
|
Reference in New Issue
Block a user