mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
Remove install request of chrome for unavailable version
This commit is contained in:
parent
3d120e8868
commit
5b579b2a51
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=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
|
||||
|
|
Loading…
Reference in a new issue