Skip to content

Commit de4399e

Browse files
committed
add gcc-mingw-w64-i686 dep for travis
1 parent de4a2ce commit de4399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: c
22

33
before_install:
44
- sudo apt-get update -q
5-
- sudo apt-get install gcc-mingw-w64-x86-64 binutils-mingw-w64 -y
5+
- sudo apt-get install gcc-mingw-w64-x86-i686 gcc-mingw-w64-x86-64 binutils-mingw-w64 -y
66

77
script:
88
- cd libgnurx-2.5

0 commit comments

Comments
 (0)