mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] VCpkg update for macOS-14 and macOS-15 images (#11738)
* Vcpkg Update * vcpkg update * VCPKG update * Updated permission issue * Updated path for arm * Installation path change * Installation path update * Installation Path change * VCpkg update in software report * permission changed * permission updated * permission * Added sudo in chmod * Added sudo for Symlink * Removed sudo for Symlink
This commit is contained in:
@@ -33,7 +33,7 @@ Describe "GCC" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "vcpkg" -Skip:($os.IsVenturaArm64 -or $os.IsSonoma -or $os.IsSequoia) {
|
||||
Describe "vcpkg" -Skip:($os.IsVenturaArm64) {
|
||||
It "vcpkg" {
|
||||
"vcpkg version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user