diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b4c3d1..041f97a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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