Skip to content

Commit 6154f87

Browse files
authored
.travis.yml: fix apt-get options (#29734)
1 parent dd4afb9 commit 6154f87

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
@@ -62,7 +62,7 @@ jobs:
6262
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
6363

6464
# build 386
65-
- sudo -E apt-get install -yq --no-install-suggests --no-install-recommends --force-yes install gcc-multilib
65+
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib
6666
- go run build/ci.go install -dlgo -arch 386
6767
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
6868

0 commit comments

Comments
 (0)