Skip to content

Commit

Permalink
fix remove dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbarado authored Jan 17, 2025
1 parent d2c8ad4 commit e62530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_sign_yum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y dpkg-sig gnupg createrepo-c
sudo apt-get install -y gnupg createrepo-c
# Configure Credentials for AWS
- name: Set AWS credentials
Expand Down

0 comments on commit e62530d

Please sign in to comment.