Skip to content

Commit

Permalink
CI: Fix appveyor build by switching to x64 platform
Browse files Browse the repository at this point in the history
It failed with:
  Command executed with exception: error: target not found: mingw-w64-i686-postgresql
  • Loading branch information
larskanis committed Jul 28, 2024
1 parent 8e62c81 commit e5f1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ on_failure:
environment:
matrix:
- ruby_version: "head"
RUBYDOWNLOAD: x86
RUBYDOWNLOAD: x64
- ruby_version: "30-x64"

0 comments on commit e5f1630

Please sign in to comment.