diff options
author | Patrick Brunschwig <[email protected]> | 2021-05-10 18:06:32 +0200 |
---|---|---|
committer | Patrick Brunschwig <[email protected]> | 2021-05-10 18:06:32 +0200 |
commit | c79e96e82eab8677c46fc939207140c0e5ebb372 (patch) | |
tree | d9a499879ce24790cf36475c87d9c392a85e63fb | |
parent | 638d6767f7eb8fd4a4169512db849dcf9b1824c9 (diff) | |
download | enigmail-c79e96e82eab8677c46fc939207140c0e5ebb372.tar.gz enigmail-c79e96e82eab8677c46fc939207140c0e5ebb372.tar.bz2 enigmail-c79e96e82eab8677c46fc939207140c0e5ebb372.zip |
try to use an older version of gpg4win with wine
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 241a42c0..077b7adf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ postbox_test: - unzip postbox.zip - curl -o perl.zip https://enigmail.net/unit-testing/MiniPerl-5.30.zip - unzip perl.zip - - curl -o gpg4win.exe https://files.gpg4win.org/gpg4win-3.1.15.exe + - curl -o gpg4win.exe https://files.gpg4win.org/gpg4win-3.1.10.exe - provisioning/wine-setup.sh - /usr/bin/wine gpg4win.exe /S |