Skip to content

Commit c7f7f4e

Browse files
committed
Updated install chrome version
1 parent 5240b83 commit c7f7f4e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)