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
Daniel Gibbs 6 năm trước cách đây
mục cha
commit
4ba7fc072d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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