Skip to content

Commit a3711c8

Browse files
authored
Merge pull request #6 from stackhpc/add-openssh-client-apt
feat: explicitly require `openssh-client`
2 parents c6af80d + 24cae0c commit a3711c8

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)