Skip to content

Commit

Permalink
TEST: try out whether build-installers succeeds in importing the GP…
Browse files Browse the repository at this point in the history
…G keys

When I tried to run the workflow, it failed:

  gpg: directory '/d/a/_temp/home/.gnupg' created
  gpg: error running '/usr/bin/dirmngr': probably not installed
  gpg: failed to start dirmngr '/usr/bin/dirmngr': Configuration error
  gpg: can't connect to the dirmngr: Configuration error
  gpg: keyserver receive failed: No dirmngr

For full details, see
https://github.com/git-for-windows/git-for-windows-automation/actions/runs/13433913836/job/37531770052#step:6:18

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 20, 2025
1 parent 20d5ca1 commit 4865b98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/remove-packages-from-pacman-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- name: Download Git for Windows SDK
uses: git-for-windows/setup-git-for-windows-sdk@v1
with:
flavor: makepkg-git
architecture: x86_64
msys: true
flavor: build-installers

- name: Clone build-extra
shell: bash
Expand Down

0 comments on commit 4865b98

Please sign in to comment.