Skip to content

Commit 44b2273

Browse files
committed
Switch to latest chromedriver version
1 parent bc6282f commit 44b2273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Selenium
6060
run: |
6161
mkdir bin
62-
curl -O https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip
62+
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
6363
unzip chromedriver_linux64.zip -d bin
6464
- uses: actions/checkout@v1
6565
- name: Install dependencies

0 commit comments

Comments
 (0)