Skip to content

Commit 4ac898f

Browse files
committed
install chrome with apt to get deps
1 parent 8fe10c2 commit 4ac898f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-chrome/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
sudo apt-get update
1313
sudo apt-get install -q -y libu2f-udev libvulkan1 xdg-utils
1414
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
15-
sudo dpkg -i ~/chrome.deb
15+
sudo apt install ~/chrome.deb
1616
echo "Chrome version:"
1717
/usr/bin/google-chrome --version
1818
fi

0 commit comments

Comments
 (0)