Skip to content

Commit 0770dd6

Browse files
committed
Install openssh-client in AIO workflow
Fixes `ssh-keygen: command not found` in pull requests workflows.
1 parent e416c46 commit 0770dd6

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)