Remove install request of chrome for unavailable version

This commit is contained in:
Gabe Kangas 2023-10-04 23:57:50 -07:00
parent fd47475c11
commit 31a8e2ce53

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