summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
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-15 13:51:48 +0200
commited8b2ac40db377d14e0349409ee053b9ea538e02 (patch)
treeaf44c4e9e3f32dbf52a82e9411cdd605a967e4cc /.gitlab-ci.yml
parent378fdc56a47b30b872c88341ff54efadb424b7d1 (diff)
ci: Update gnupg in windows-gnu-nettle
- MSYS2 has gnupg 2.2.36, but the version installed when building the docker image is still 2.2.35. - Fixes #873
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41b009c3..d715dac9 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