Skip to content

Commit 0b204b2

Browse files
author
Slavek Kabrda
authored
Upgrade msys2 to prevent PGP errors (DataDog#710)
1 parent 0d2a9de commit 0b204b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
choco install ruby --allow-downgrade -y --version 2.5.3.101 # Keep version in sync with next command!
234234
export PATH=/c/tools/ruby25/bin:$PATH # Make Ruby 2.5 take precedence over the pre-installed 2.6
235235
ruby --version
236-
choco install msys2 --allow-downgrade -y --version 20200903.0.0
236+
choco install msys2 --allow-downgrade -y --version 20210604.0.0
237237
ridk.cmd exec pacman -S --noconfirm --needed base-devel mingw-w64-x86_64-toolchain
238238
gem install bundler -v 1.17.3
239239
rm Gemfile.lock && bundle install --path .bundle

0 commit comments

Comments
 (0)