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 04c703f commit b38c68c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
CHROMIUM_BIN="${CHROMIUM_DIR}/chrome-linux/chrome"
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
mkdir $CHROMIUM_DIR
sudo mkdir $CHROMIUM_DIR
unzip -qq chromium.zip -d $CHROMIUM_DIR
sudo unlink /usr/bin/chromium
sudo unlink /usr/bin/chromium-browser
Expand Down

0 comments on commit b38c68c

Please sign in to comment.