There was an error while loading. Please reload this page.
1 parent 8fe10c2 commit 4ac898fCopy full SHA for 4ac898f
1 file changed
.github/actions/install-chrome/action.yml
@@ -12,7 +12,7 @@ runs:
12
sudo apt-get update
13
sudo apt-get install -q -y libu2f-udev libvulkan1 xdg-utils
14
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
15
- sudo dpkg -i ~/chrome.deb
+ sudo apt install ~/chrome.deb
16
echo "Chrome version:"
17
/usr/bin/google-chrome --version
18
fi
0 commit comments