]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
include tmux in CI package list
authorDamien Miller <djm@mindrot.org>
Mon, 20 Oct 2025 22:14:35 +0000 (09:14 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 20 Oct 2025 22:14:35 +0000 (09:14 +1100)
.github/setup_ci.sh

index c90969627022a2be34fc41bc382b339df481a80b..95c759a59a36c3c406800b06b1eb2978a81576cb 100755 (executable)
@@ -3,7 +3,7 @@
 config="$1"
 target="$2"
 
-PACKAGES=""
+PACKAGES="tmux"
 
 echo Running as:
 id