Skip to content

Commit dee4aac

Browse files
authored
Setup libs required for chrome installation (DevExpress#28682)
1 parent b1f1d8d commit dee4aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/pin-browsers/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ runs:
1818
CHROME_VERSION: ${{ inputs.chrome-version }}
1919
run: |
2020
if [ -n "$CHROME_VERSION" ]; then
21+
sudo apt-get update
22+
sudo apt-get -y install libu2f-udev
2123
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
2224
sudo dpkg -i /tmp/chrome.deb
2325
unlink /tmp/chrome.deb

0 commit comments

Comments
 (0)