Skip to content

Commit

Permalink
Merge pull request #4108 from wasmerio/setup-chromedriver
Browse files Browse the repository at this point in the history
Add a temporary workaround for nanasess/setup-chromedriver#190
Michael Bryan authored Jul 26, 2023
2 parents d344df2 + 1cf10fc commit 58e7487
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
@@ -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

0 comments on commit 58e7487

Please sign in to comment.