[all OSs] Add Python 3.14 to the toolcache (#13159)

This commit is contained in:
Erik Bershel
2025-10-16 12:56:38 +02:00
committed by GitHub
parent 84653458a4
commit d4d5736e7d
10 changed files with 25 additions and 13 deletions

View File

@@ -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 }