Skip to content

Commit

Permalink
Install packages using cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vinriviere committed May 24, 2024
1 parent 24630c0 commit 781e061
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-to-ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
# Install additional packages
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: devscripts debhelper dput python3-paramiko
version: 1.0
# Install our GnuPG key pair
- env:
GPG_KEYS: ${{ secrets.GPG_KEYS }}
Expand All @@ -14,8 +19,6 @@ jobs:
- env:
SSH_ID: ${{ secrets.SSH_ID }}
run: .github/install_ssh_id.sh
# Install additional packages
- run: sudo apt-get install -y devscripts debhelper dput python3-paramiko
# Main script
- env:
COMMIT_BEFORE: ${{ github.event.before }}
Expand Down

0 comments on commit 781e061

Please sign in to comment.