mirror of https://github.com/pyodide/pyodide.git
Fix benchmark job
This commit is contained in:
parent
f985065347
commit
eee0fa2c8a
|
@ -125,6 +125,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: dependencies
|
name: dependencies
|
||||||
command: |
|
command: |
|
||||||
|
sudo bash -c "echo \"deb http://ftp.us.debian.org/debian testing main contrib non-free\" >> /etc/apt/sources.list"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -t testing g++-8
|
sudo apt-get install -t testing g++-8
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6
|
||||||
|
|
Loading…
Reference in New Issue