From 907d246780cca9f312bd477c1afe9af9345bc09f Mon Sep 17 00:00:00 2001 From: Qiheng He Date: Wed, 18 Feb 2026 18:33:43 +0800 Subject: [PATCH] Re-enable `jazzdelightsme.WingetPathUpdater` in Windows Server 2025 CI --- test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 b/test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 index e0a99ed318930..53e4917e84689 100644 --- a/test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 +++ b/test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 @@ -20,7 +20,7 @@ # This file is only used in the PowerShell 7 of ShardingSphere in GitHub Actions environment and should not be executed manually in a development environment. # Background information can be found at https://github.com/apache/shardingsphere/pull/35905 . iex "& { $(irm https://raw.githubusercontent.com/microsoft/Windows-Containers/refs/heads/Main/helpful_tools/Install-DockerCE/uninstall-docker-ce.ps1) } -Force" -irm https://raw.githubusercontent.com/jazzdelightsme/WingetPathUpdater/v1.2/WingetPathUpdaterInstall.ps1 | iex +winget install --id jazzdelightsme.WingetPathUpdater --source winget winget install --id SUSE.RancherDesktop --source winget --skip-dependencies rdctl start --application.start-in-background --container-engine.name=moby --kubernetes.enabled=false ./test/native/src/test/resources/test-native/ps1/wait-for-rancher-desktop-backend.ps1