Skip to content

Commit 34b924c

Browse files
authored
chore(workflows): Fix installation of Chrome
1 parent da2a981 commit 34b924c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Chrome
2424
run: |
2525
sudo wget -P /tmp https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
26-
sudo dpkg -i /tmp/google-chrome-stable_current_amd64.deb
26+
sudo apt-get install -f --yes /tmp/google-chrome-stable_current_amd64.deb
2727
2828
- name: Install dependencies
2929
run: yarn install

0 commit comments

Comments
 (0)