Browse Source

feat(install): convert libstdc++6:i386 to lib32stdc++6 (#2707)

* feat(install): convert libstdc++6:i386 to lib32stdc++6
* update the package in travis to lib32stdc++6
pull/2732/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
4ba7fc072d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -19,7 +19,7 @@ addons:
- postfix
- jq
- lib32gcc1
- libstdc++6:i386
- lib32stdc++6
- shellcheck
- libcurl4-openssl-dev
- libdw-dev

Loading…
Cancel
Save