Install chromedriver

This commit is contained in:
Jamil Bou Kheir
2021-02-25 07:03:16 -06:00
parent e184af1e08
commit ccf9b038f7
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ jobs:
- name: Install package dependencies
run: sudo apt-get install net-tools wireguard unzip
- uses: actions/checkout@v2
- name: Install Chrome and ChromeDriver
run: .ci/install_chrome.sh
- name: Install ChromeDriver
run: .ci/install_chromedriver.sh
- name: Install Runtimes
run: .ci/install_runtimes.sh
- name: Install Dependencies