Skip to content

Commit

Permalink
feat: update workflow to set chrome v115
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 27, 2023
1 parent df9258a commit e1cd716
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
wget -q -O chromium.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/115.0.5790.170/linux64/chrome-linux64.zip
sudo mkdir -p /opt/chromium
sudo unzip -q chromium.zip -d /opt/chromium
sudo rm -rf /usr/bin/chromium
sudo ln -s /opt/chromium/chrome-linux/chrome /usr/bin/chromium
rm chromium.zip
Expand Down

0 comments on commit e1cd716

Please sign in to comment.