File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -252,10 +252,9 @@ jobs:
252252 - name : Install Chrome
253253 shell : bash
254254 run : |
255- CHROME_VERSION="113.0.5672.126"
256255 apt update
257256 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/chrome/deb/pool/main/g/ google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64 .deb -O /tmp/chrome.deb
257+ wget https://dl.google.com/linux/direct/ google-chrome-stable_current_amd64 .deb -O /tmp/chrome.deb
259258 apt install -y /tmp/chrome.deb
260259
261260 - name : Copy code
@@ -335,10 +334,9 @@ jobs:
335334 - name : Install Chrome
336335 shell : bash
337336 run : |
338- CHROME_VERSION="113.0.5672.126"
339337 apt update
340338 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/chrome/deb/pool/main/g/ google-chrome-stable/google-chrome-stable_${CHROME_VERSION}-1_amd64 .deb -O /tmp/chrome.deb
339+ wget https://dl.google.com/linux/direct/ google-chrome-stable_current_amd64 .deb -O /tmp/chrome.deb
342340 apt install -y /tmp/chrome.deb
343341
344342 - name : Copy code
You can’t perform that action at this time.
0 commit comments