Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Aug 7, 2023
1 parent 69f76b9 commit f44ddfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION_STRING}_amd64.deb"
sudo dpkg -i "google-chrome-stable_${CHROME_VERSION_STRING}_amd64.deb"
ls -la /usr/local/share/chromium
sudo ln -sf google-chrome-stable /usr/bin/chromium
sudo ln -sf google-chrome-stable /usr/bin/google-chrome
sudo ln -sf google-chrome-stable /usr/local/share/chromium/chrome-linux
CHROME_VERSION="$(google-chrome-stable --version)"
echo $CHROME_VERSION
CHROMIUM_VERSION="$(/usr/bin/chromium --version)"
Expand Down

0 comments on commit f44ddfa

Please sign in to comment.