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 c05a774 commit 983785e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
install-chromedriver: true

- run: |
chromepath="${{ steps.setup-chrome.outputs.chrome-path }}"
cdpath="${{ steps.setup-chrome.outputs.chromedriver-path }}"
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
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
Expand Down

0 comments on commit 983785e

Please sign in to comment.