Skip to content

Commit

Permalink
Merge branch '22_2' of https://github.com/DevExpress/DevExtreme into …
Browse files Browse the repository at this point in the history
…22_2-fix-min/max-format-in-datetime-picker
  • Loading branch information
nikkithelegendarypokemonster committed Jan 8, 2025
2 parents c0aaf23 + dee4aac commit ba17ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/pin-browsers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ runs:
CHROME_VERSION: ${{ inputs.chrome-version }}
run: |
if [ -n "$CHROME_VERSION" ]; then
sudo apt-get update
sudo apt-get -y install libu2f-udev
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
sudo dpkg -i /tmp/chrome.deb
unlink /tmp/chrome.deb
Expand Down

0 comments on commit ba17ecc

Please sign in to comment.