Skip to content

Commit

Permalink
Try installing legacy Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 7, 2023
1 parent 5d728b4 commit 811ec23
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/apps-test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,17 @@ jobs:
format: "json"
filter: "*"

- name: Install ChromeDriver
uses: nanasess/setup-chromedriver@v2
# Temporarily install Chrome 114.0.5735.331 since shinyjster's webdrivermanager doesn't seem
# able to find and use an appropriate version of ChromeDriver
- name: Install Legacy Chrome
uses: browser-actions/setup-chrome@latest
with:
chromedriver-version: '116.0.5845.96'
chrome-version: 1177917

#- name: Install ChromeDriver
# uses: nanasess/setup-chromedriver@v2
# with:
# chromedriver-version: '116.0.5845.96'

- name: R Options
shell: bash
Expand Down

0 comments on commit 811ec23

Please sign in to comment.