We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c3a0 commit 536174bCopy full SHA for 536174b
.github/workflows/test.yaml
@@ -9,8 +9,10 @@ jobs:
9
steps:
10
- name: Chrome Update
11
run: |
12
+ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
13
+ echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
14
sudo apt-get update
- sudo apt-get --only-upgrade install google-chrome-stable
15
+ sudo apt-get install google-chrome-stable
16
google-chrome --version
17
18
- uses: actions/checkout@v2
0 commit comments