mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
fix gem output
This commit is contained in:
@@ -2,6 +2,7 @@ function Initialize-RustEnvironment {
|
||||
ln -sf "/usr/share/rust/.rustup" $HOME/.rustup
|
||||
ln -sf "/usr/share/rust/.cargo" $HOME/.cargo
|
||||
}
|
||||
|
||||
function Get-RustVersion {
|
||||
Initialize-RustEnvironment
|
||||
$rustVersion = $(rustc --version) | Take-OutputPart -Part 1
|
||||
|
||||
Reference in New Issue
Block a user