Skip to content

Commit

Permalink
update stackoverflow login workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Apr 5, 2021
1 parent abc6a58 commit c0fd944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackoverflow-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Chrome Driver
run: |
sudo apt-get update
sudo apt-get install -y xvfb libxi6 libgconf-2-4
sudo apt-get install -y xvfb libxi6 libgconf-2-4 gnupg2
sudo curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
sudo echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
sudo apt-get -y update
Expand Down

0 comments on commit c0fd944

Please sign in to comment.