mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
separate mac command
This commit is contained in:
parent
2ebf81af42
commit
08844f7388
1 changed files with 2 additions and 0 deletions
2
.github/actions/ssh-tunnel/action.yml
vendored
2
.github/actions/ssh-tunnel/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue