Skip to content

Commit d63bd6d

Browse files
authored
Update appveyor.yml
- Fix Ruby bundle config missing
1 parent f57be28 commit d63bd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ cache:
7878
install:
7979
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
8080
- set PATH=%NINJA_PATH%;%PATH%
81+
- bundle config --local path vendor/bundle
82+
- gem install bundler --quiet --no-ri --no-rdoc
8183
- gem install github_changelog_generator --quiet --no-ri --no-rdoc
8284
- choco install gitversion.portable -pre -y
8385
- ps: |

0 commit comments

Comments
 (0)