File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -252,10 +252,9 @@ jobs:
252
252
- name : Install Chrome
253
253
shell : bash
254
254
run : |
255
- CHROME_VERSION="113.0.5672.126"
256
255
apt update
257
256
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
259
258
apt install -y /tmp/chrome.deb
260
259
261
260
- name : Copy code
@@ -335,10 +334,9 @@ jobs:
335
334
- name : Install Chrome
336
335
shell : bash
337
336
run : |
338
- CHROME_VERSION="113.0.5672.126"
339
337
apt update
340
338
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
342
340
apt install -y /tmp/chrome.deb
343
341
344
342
- name : Copy code
You can’t perform that action at this time.
0 commit comments