Commit 6ae8d1f
committed
remove-packages-from-pacman-repository: fix GPG step
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
The reason is obviously that the `dirmngr.exe` executable is not part of
the Git for Windows SDK `makepkg-git` flavor.
So let's use the `build-installers` flavor instead; This succeeds in
importing the GPG keys.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 20d5ca1 commit 6ae8d1f
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments