Skip to content

Commit

Permalink
add chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Sep 23, 2024
1 parent 983785e commit 0e83dc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ jobs:
install-chromedriver: true

- run: |
sudo echo "chromepath=${{ steps.setup-chrome.outputs.chrome-path }}" | sudo tee -a /etc/environment
sudo echo "cdpath=${{ steps.setup-chrome.outputs.chromedriver-path }}" | sudo tee -a /etc/environment
CHROME_BIN="${{ steps.setup-chrome.outputs.chrome-path }}"
sudo ln -sf "$CHROME_BIN" /usr/bin/
CHROMEDRIVER_BIN="${{ steps.setup-chrome.outputs.chromedriver-path }}"
sudo ln -sf "$CHROMEDRIVER_BIN" /usr/bin/
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
Expand Down

0 comments on commit 0e83dc9

Please sign in to comment.