Skip to content

Commit a4b88b4

Browse files
authored
ci: force disable use-keyboxd
1 parent 1556d0f commit a4b88b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/builder/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# NOTE: The `use-keyboxd` option in ~/.gnupg/common.conf should be disabled for this script's GPG routines to
44
# work correctly!
5+
mkdir -p $HOME/.gnupg
6+
echo "use-keyboxd = no" > $HOME/.gnupg/common.conf
57

68
set -e
79

0 commit comments

Comments
 (0)