mirror of https://github.com/pyodide/pyodide.git
Install chromedriver a different way
This commit is contained in:
parent
66cb9445d5
commit
4a9b26b19d
|
@ -17,7 +17,7 @@ jobs:
|
||||||
# Set up the Debian testing repo, and then install g++ from there...
|
# Set up the Debian testing repo, and then install g++ from there...
|
||||||
sudo bash -c "echo \"deb http://ftp.us.debian.org/debian testing main contrib non-free\" >> /etc/apt/sources.list"
|
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 node-less cmake build-essential clang-format-6.0 flake8 uglifyjs python3-yaml chromium chromedriver
|
sudo apt-get install node-less cmake build-essential clang-format-6.0 flake8 uglifyjs python3-yaml chromium
|
||||||
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
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
|
||||||
|
|
Loading…
Reference in New Issue