Skip to content

Commit

Permalink
Update collect.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Nov 19, 2023
1 parent c9660e4 commit 381109a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
python-version: '3.10'
- shell: bash
run: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
echo 'which google-chrome'
which google-chrome
which chrome
which google-chrome-stable
echo 'google-chrome --version'
google-chrome --version
- uses: nanasess/setup-chromedriver@v2
# with:
# Optional: do not specify to match Chrome's version
Expand Down

0 comments on commit 381109a

Please sign in to comment.