Skip to content

Commit

Permalink
experimantal run
Browse files Browse the repository at this point in the history
  • Loading branch information
wdevfx committed Mar 4, 2025
1 parent 073a9d8 commit 5ef4ba8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-chrome/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ runs:
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}-1_amd64.deb" > /tmp/chrome.deb
sudo dpkg -i /tmp/chrome.deb
unlink /tmp/chrome.deb
google-chrome-stable --version
npx @puppeteer/browsers install chrome-headless-shell@$CHROME_VERSION
else
echo "Skip Chrome upgrade"
fi

0 comments on commit 5ef4ba8

Please sign in to comment.