Skip to content

Commit

Permalink
feat: update install command
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 24, 2023
1 parent 244dbc3 commit 5784d7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
run: |
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.170/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
sudo mv chromedriver /usr/local/bin
sudo mv ./chromedriver-linux64/chromedriver /usr/local/bin
rm chromedriver-linux64.zip
rm -rf ./chromedriver-linux64
- name: Check versions
run: |
Expand Down

0 comments on commit 5784d7e

Please sign in to comment.