mirror of https://github.com/pyodide/pyodide.git
Install C++ dependency
This commit is contained in:
parent
f5e9b3ea3d
commit
6f32425a04
|
@ -2,7 +2,12 @@ language: python
|
|||
|
||||
addons:
|
||||
firefox: latest
|
||||
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-7
|
||||
- libstdc++6
|
||||
cache:
|
||||
pip: true
|
||||
ccache: true
|
||||
|
|
Loading…
Reference in New Issue