[openssh-commits] [openssh] branch master updated: include tmux in CI package list
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 21 09:14:49 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new afe83537e include tmux in CI package list
afe83537e is described below
commit afe83537e0c0c159c7c3b6ef859424f6da18169c
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Tue Oct 21 09:14:35 2025 +1100
include tmux in CI package list
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index c90969627..95c759a59 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -3,7 +3,7 @@
config="$1"
target="$2"
-PACKAGES=""
+PACKAGES="tmux"
echo Running as:
id
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list