Skip to content

Commit

Permalink
Added a temporary workaround for nanasess/setup-chromedriver#190
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jul 26, 2023
1 parent d344df2 commit 1cf10fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Setup Chromedriver
uses: nanasess/setup-chromedriver@v2
# Temporary workaround for https://github.com/nanasess/setup-chromedriver/issues/190
with:
chromedriver-version: '114.0.5735.90'

- name: Show Rust version
run: rustc --version --verbose
Expand Down

0 comments on commit 1cf10fc

Please sign in to comment.