Skip to content

Commit

Permalink
ci: deploy: add 'gpg-agent' pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Dec 11, 2024
1 parent aca0695 commit 517786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
container: debian:bookworm
steps:
- name: install curl
run: apt update && apt -y --no-install-recommends install curl ca-certificates ruby gpg
run: apt update && apt -y --no-install-recommends install curl ca-certificates ruby gpg gpg-agent

- name: clone yeti-pg-ext repo for ci/deploy.sh
uses: actions/checkout@v4
Expand Down

0 comments on commit 517786a

Please sign in to comment.