Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm authored Mar 1, 2024
1 parent aa6c0e0 commit 9c5c8bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

# Install required tools
- name: Install dependencies
run: sudo apt install -y dpkg-sig libxml2-utils
run: |
sudo apt-get update -y
sudo apt-get install -y dpkg-sig libxml2-utils
# Import GPG key for package signing
- name: Configure GPG key
Expand Down

0 comments on commit 9c5c8bb

Please sign in to comment.