Skip to content

Commit 7177dc9

Browse files
committed
appveyor: Try to fix AppVeyor failure
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 004c57e commit 7177dc9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

+16
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,29 @@ test_script:
2121
environment:
2222
matrix:
2323
- ruby_version: "31-x64"
24+
reinstall_bundler: 0
2425
- ruby_version: "31"
26+
reinstall_bundler: 0
2527
- ruby_version: "30-x64"
28+
reinstall_bundler: 0
2629
- ruby_version: "30"
30+
reinstall_bundler: 0
2731
- ruby_version: "27-x64"
32+
reinstall_bundler: 1
2833
- ruby_version: "27"
34+
reinstall_bundler: 1
2935
- ruby_version: "26-x64"
36+
reinstall_bundler: 1
3037
- ruby_version: "26"
38+
reinstall_bundler: 1
3139
- ruby_version: "25-x64"
40+
reinstall_bundler: 0
3241
- ruby_version: "25"
42+
reinstall_bundler: 0
3343
- ruby_version: "24-x64"
44+
reinstall_bundler: 0
3445
- ruby_version: "24"
46+
reinstall_bundler: 0
3547

3648
for:
3749
-
@@ -43,6 +55,10 @@ for:
4355
- ruby --version
4456
- gem --version
4557
- bundle --version
58+
- if %reinstall_bundler% equ 1 (
59+
gem uninstall bundler &
60+
gem install bundler -v 2.4.22
61+
)
4662
- ridk.cmd install 1 3
4763
- ridk.cmd exec bundle install
4864
- ridk.cmd exec bundle exec rake compile

0 commit comments

Comments
 (0)