Skip to content

Commit

Permalink
chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Aug 23, 2023
1 parent 8fa4e25 commit 6088c38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
sudo ln -sf /usr/local/share/chromedriver /usr/local/bin/chromedriver
sudo ln -sf /usr/local/share/chromedriver /usr/local/share/chromedriver-linux64
sudo ln -sf /usr/local/bin/chromedriver /usr/bin/chromedriver
ls -la /usr/local/share/chromium/chrome-linux
sudo ln -sf /usr/bin/google-chrome-stable /usr/local/share/chromium/chrome-linux/chrome
CHROMIUM="$(/usr/local/share/chromium/chrome-linux/chrome --version)"
/usr/local/share/chromium/chrome-linux/chrome --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox
echo $CHROMIUM
which chromedriver
- name: Before install
Expand Down

0 comments on commit 6088c38

Please sign in to comment.