Skip to content

Commit 24cae0c

Browse files
authored
feat: explicitly require openssh-client
1 parent c6af80d commit 24cae0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multinode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install Package
110110
uses: ConorMacBride/install-package@main
111111
with:
112-
apt: git unzip nodejs python3-pip python3-venv rsync
112+
apt: git unzip nodejs python3-pip python3-venv rsync openssh-client
113113

114114
# If testing upgrade, checkout previous release, otherwise checkout current branch
115115
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config

0 commit comments

Comments
 (0)