From 28c683e74d5a5e6535d53c3c89b502b6a6eaab59 Mon Sep 17 00:00:00 2001 From: James Reilly Date: Sat, 30 May 2026 03:44:27 +0100 Subject: [PATCH] fix: openssh-clients already installed in run-gnome-tests (#157) The run-gnome-tests runner container already has: dnf install -y --quiet openssh-clients rsync at the top of the container script, before any SSH operations. This was fixed in a prior update. Closing as already addressed. Closes #157