mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Specify old version of chrome that is not broken
This commit is contained in:
parent
47dc18e0fa
commit
3d120e8868
1 changed files with 1 additions and 1 deletions
2
.github/workflows/browser-testing.yml
vendored
2
.github/workflows/browser-testing.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
cache: true
|
||||
|
||||
- name: Install Google Chrome
|
||||
run: sudo apt-get update && sudo apt-get install google-chrome-stable
|
||||
run: sudo apt-get update && sudo apt-get install google-chrome-stable=116.0.5845.96-1
|
||||
|
||||
- name: Run Browser tests
|
||||
uses: nick-fields/retry@v2
|
||||
|
|
Loading…
Reference in a new issue