[openssh-commits] [openssh] 04/04: Split sudo out to its own install line.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 7 04:30:13 AEDT 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 86e0f4aa2c72d5e96618f0c7214109f5a46ca70d
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Jan 1 21:41:10 2026 +1100

    Split sudo out to its own install line.
---
 .github/workflows/vm.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml
index b3c4bbd9f..b3e3e1bf1 100644
--- a/.github/workflows/vm.yml
+++ b/.github/workflows/vm.yml
@@ -276,7 +276,8 @@ jobs:
         usesh: true
         prepare: |
           set -x
-          pfexec pkg install build-essential sudo
+          pfexec pkg install build-essential
+          pfexec pkg install sudo
           useradd -m builder
           sed -e "s/^root.*ALL$/root ALL=(ALL) NOPASSWD: ALL/" /etc/sudoers >>/tmp/sudoers
           mv /tmp/sudoers /etc/sudoers

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list