We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6af80d + 24cae0c commit a3711c8Copy full SHA for a3711c8
.github/workflows/multinode.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Install Package
110
uses: ConorMacBride/install-package@main
111
with:
112
- apt: git unzip nodejs python3-pip python3-venv rsync
+ apt: git unzip nodejs python3-pip python3-venv rsync openssh-client
113
114
# If testing upgrade, checkout previous release, otherwise checkout current branch
115
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
0 commit comments