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 b38c68c commit 200cb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 rm -rf $CHROMIUM_DIR
sudo mkdir $CHROMIUM_DIR
unzip -qq chromium.zip -d $CHROMIUM_DIR
sudo unzip -qq chromium.zip -d $CHROMIUM_DIR
sudo unlink /usr/bin/chromium
sudo unlink /usr/bin/chromium-browser
sudo ln -s $CHROMIUM_BIN /usr/local/bin/chromium
Expand Down

0 comments on commit 200cb8d

Please sign in to comment.