Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Aug 23, 2023
1 parent 11d95a3 commit baf535e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@ jobs:

- name: Install google-chrome-stable
run: |
sudo dpkg -r google-chrome-stable
sudo dpkg -r chromium
sudo killall chrome
CHROME_VERSION_STRING="114.0.5735.198-1"
wget --no-verbose -O /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb \
&& sudo apt install -y /tmp/chrome.deb \
&& sudo rm /tmp/chrome.deb
cd /tmp/
sudo dpkg -i chrome.deb
update-alternatives --list google-chrome
update-alternatives --display google-chrome
CHROME_VERSION="$(google-chrome-stable --version)"
Expand Down

0 comments on commit baf535e

Please sign in to comment.