separate mac command

This commit is contained in:
Daniel A. Wozniak 2025-02-01 01:13:32 -07:00 committed by Daniel Wozniak
parent 2ebf81af42
commit 08844f7388

View file

@ -90,6 +90,8 @@ runs:
if [ "${{ inputs.debug }}" = "true" ]; then
if [ "$RUNNER_OS" = "Windows" ]; then
./OpenSSH-Win64/sshd.exe -d &
elif [ "$RUNNER_OS" = "macOS" ]; then
sudo /usr/sbin/sshd -d &
else
sudo mkdir -p /run/sshd
sudo chmod 755 /run/sshd