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 b1f1d8d commit dee4aacCopy full SHA for dee4aac
.github/actions/pin-browsers/action.yml
@@ -18,6 +18,8 @@ runs:
18
CHROME_VERSION: ${{ inputs.chrome-version }}
19
run: |
20
if [ -n "$CHROME_VERSION" ]; then
21
+ sudo apt-get update
22
+ sudo apt-get -y install libu2f-udev
23
curl -L "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb" > /tmp/chrome.deb
24
sudo dpkg -i /tmp/chrome.deb
25
unlink /tmp/chrome.deb
0 commit comments