Skip to content

Commit b0e11d9

Browse files
committed
ssh client
1 parent 94f84f9 commit b0e11d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
sudo apt-get update
53-
sudo apt-get install -y reprepro gnupg git unzip openssh
53+
sudo apt-get install -y reprepro gnupg git unzip openssh-client
5454
5555
- uses: actions/download-artifact@v4
5656
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dependencies
4848
run: |
4949
sudo apt-get update
50-
sudo apt-get install -y reprepro gnupg git unzip openssh
50+
sudo apt-get install -y reprepro gnupg git unzip openssh-client
5151
5252
- uses: actions/download-artifact@v4
5353
with:

0 commit comments

Comments
 (0)