File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255255 CHROME_VERSION="116.0.5845.179"
256256 apt update
257257 apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb wget
258- wget https://dl.google.com/linux/direct/ google-chrome-stable_current_amd64 .deb -O /tmp/chrome.deb
258+ wget https://dl.google.com/linux/chrome/deb/pool/main/g/ google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64 .deb -O /tmp/chrome.deb
259259 apt install -y /tmp/chrome.deb
260260
261261 - name : Copy code
@@ -338,7 +338,7 @@ jobs:
338338 CHROME_VERSION="116.0.5845.179"
339339 apt update
340340 apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb wget
341- wget https://dl.google.com/linux/direct/ google-chrome-stable_current_amd64 .deb -O /tmp/chrome.deb
341+ wget https://dl.google.com/linux/chrome/deb/pool/main/g/ google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64 .deb -O /tmp/chrome.deb
342342 apt install -y /tmp/chrome.deb
343343
344344 - name : Copy code
You can’t perform that action at this time.
0 commit comments