Skip to content

Commit 4784da8

Browse files
authored
Merge pull request #1316 from stackhpc/add-openssh-client-apt
Install openssh-client in AIO workflow
2 parents e416c46 + 0770dd6 commit 4784da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install Package
8181
uses: ConorMacBride/install-package@main
8282
with:
83-
apt: git unzip nodejs
83+
apt: git unzip nodejs openssh-client
8484

8585
- uses: actions/checkout@v4
8686
with:

0 commit comments

Comments
 (0)