summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-08-03 12:57:17 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-08-03 13:05:58 +0200
commit357431640885d9e16ccf4d29e075e3020bd847d9 (patch)
treefddcbd3cf3f61f9ca5adf52233235628a64cf676
parentd42b2e143ba7c30d07a98a31a91ceacb1936858c (diff)
ci: Update gnupg in windows-gnu-nettlenora/update_msys2
- MSYS2 has gnupg 2.2.36, but the version installed when building the docker image is still 2.2.35. - Fixes #873
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a57c1ee..12be2958 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -305,6 +305,7 @@ windows-gnu-nettle:
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
before_script:
# the default before_scipt scriptlet doesn't work on Powershell
+ - pacman -S gnupg --noconfirm
- rustc --version --verbose
- cargo --version
- clang -v