From: Ales Musil <[email protected]> We remove this in the ovn-kubernetes runners to save space and the package changed name:
https://github.com/actions/runner-images/commit/601b21b1a61d5d825cdb423e8a7a0f7985884581 Signed-off-by: Ales Musil <[email protected]> --- .ci/linux-util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/linux-util.sh b/.ci/linux-util.sh index 2cb87b70ef..05d438a97e 100755 --- a/.ci/linux-util.sh +++ b/.ci/linux-util.sh @@ -3,7 +3,7 @@ function free_up_disk_space_ubuntu() { local pkgs='azure-cli aspnetcore-* dotnet-* ghc-* firefox* - google-chrome-stable google-cloud-sdk libmono-* llvm-* + google-chrome-stable google-cloud-cli libmono-* llvm-* microsoft-edge-stable mono-* msbuild mysql-server-core-* php-* php7* powershell* temurin-* zulu-*' _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
