Skip to content

Commit

Permalink
[CI] Run pacman-key --refresh to reduce the chances of msys key problems
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Oct 10, 2023
1 parent e490c5b commit b37b927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/msys.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def __init__(self, name):
create_commands = [
'pacman-key --init',
'pacman-key --populate msys2',
'pacman-key --refresh',
'pacman --noconfirm -Sy procps tar {}'.format(
' '.join(self.packages(name))),
'pkill gpg-agent',
Expand Down

0 comments on commit b37b927

Please sign in to comment.