mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[all OSs] Add Python 3.14 to the toolcache (#13159)
This commit is contained in:
@@ -57,7 +57,7 @@ Describe "Toolcache" {
|
||||
}
|
||||
}
|
||||
|
||||
Context "Ruby" -Skip:($os.IsArm64) {
|
||||
Context "Ruby" {
|
||||
$rubyDirectory = Join-Path $toolcacheDirectory "Ruby"
|
||||
$rubyPackage = $packages | Where-Object { $_.ToolName -eq "Ruby" } | Select-Object -First 1
|
||||
$testCase = @{ RubyDirectory = $rubyDirectory }
|
||||
|
||||
Reference in New Issue
Block a user