Skip to content

Commit

Permalink
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
Browse files Browse the repository at this point in the history
…T1246926_1_24_1
  • Loading branch information
tongsonbarbs committed Aug 30, 2024
2 parents c921ed8 + df221c3 commit 264cf8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-chrome/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ runs:
CHROME_VERSION: ${{ inputs.chrome-version }}
run: |
if [ -n "$CHROME_VERSION" ]; then
sudo apt-get update
sudo apt-get install libu2f-udev
curl -L "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64.deb" > /tmp/chrome.deb
sudo dpkg -i /tmp/chrome.deb
unlink /tmp/chrome.deb
Expand Down

0 comments on commit 264cf8e

Please sign in to comment.