Skip to content

Commit

Permalink
Merge pull request #5990 from mysteriumnetwork/ci-migration
Browse files Browse the repository at this point in the history
Install paramiko to upload deb via sftp
  • Loading branch information
tzununbekov authored Feb 22, 2024
2 parents 824eb75 + b1487e9 commit a7ded8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install Deb build scripts
run: sudo apt-get install devscripts build-essential lintian dput dh-make
run: sudo apt-get install devscripts build-essential lintian dput dh-make python3-paramiko
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install Deb build scripts
run: sudo apt-get install devscripts build-essential lintian dput dh-make
run: sudo apt-get install devscripts build-essential lintian dput dh-make python3-paramiko
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand Down

0 comments on commit a7ded8e

Please sign in to comment.