Skip to content

Commit 4419c2e

Browse files
authored
Merge pull request #698 from larskanis/appveyor
CI: Fix appveyor jobs
2 parents a32a3f0 + 168863c commit 4419c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
}
1212
- cmd: |
1313
ridk enable
14-
c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-pkgconf ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-gcc"
14+
c:/msys64/usr/bin/bash -lc "pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-pkgconf ${MINGW_PACKAGE_PREFIX}-libyaml ${MINGW_PACKAGE_PREFIX}-gcc ${MINGW_PACKAGE_PREFIX}-postgresql"
1515
- ruby --version
1616
- gem --version
1717
- gem install bundler --conservative
@@ -32,7 +32,7 @@ build_script:
3232
test_script:
3333
- bundle exec rake test PG_DEBUG=0
3434
on_failure:
35-
- find -name mkmf.log | xargs cat
35+
- sh -c "find -name mkmf.log | xargs cat"
3636
environment:
3737
matrix:
3838
- ruby_version: "head"

0 commit comments

Comments
 (0)