Skip to content

Commit 536174b

Browse files
committed
outputting version
1 parent 766c3a0 commit 536174b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
steps:
1010
- name: Chrome Update
1111
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
1214
sudo apt-get update
13-
sudo apt-get --only-upgrade install google-chrome-stable
15+
sudo apt-get install google-chrome-stable
1416
google-chrome --version
1517
1618
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)