Remove install request of chrome for unavailable version

This commit is contained in:
Gabe Kangas 2023-10-04 23:57:50 -07:00 committed by GitHub
parent 3d120e8868
commit 5b579b2a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ jobs:
cache: true
- name: Install Google Chrome
run: sudo apt-get update && sudo apt-get install google-chrome-stable=116.0.5845.96-1
run: sudo apt-get update && sudo apt-get install google-chrome-stable
- name: Run Browser tests
uses: nick-fields/retry@v2