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.
1 parent 94f84f9 commit b0e11d9Copy full SHA for b0e11d9
.github/workflows/build-on-push.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install dependencies
51
run: |
52
sudo apt-get update
53
- sudo apt-get install -y reprepro gnupg git unzip openssh
+ sudo apt-get install -y reprepro gnupg git unzip openssh-client
54
55
- uses: actions/download-artifact@v4
56
with:
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
0 commit comments