One more try with Travis.ci: this time start with multiarch support explicit.
This commit is contained in:
parent
c141de20e1
commit
ebbbdcceb9
|
@ -14,6 +14,7 @@ env:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq multiarch-support
|
||||
- sudo apt-get install -qq libgtk-3-dev libgtk-3-0:i386 # gcc-multilib
|
||||
- go tool dist install cmd/8a
|
||||
- go tool dist install cmd/8c
|
||||
|
|
Loading…
Reference in New Issue