devops: fix Firefox on Ubuntu 20.04 aarch64 (#11602)

Turns out Firefox 96 now requires libxtst6 on Ubuntu 20.04 aarch64.
This commit is contained in:
Andrey Lushnikov 2022-01-24 17:20:28 -07:00 committed by GitHub
parent 64e7557fb9
commit e10cb4a619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,10 @@ export const deps: any = {
deps['ubuntu20.04-arm64'] = {
tools: [...deps['ubuntu20.04'].tools],
chromium: [...deps['ubuntu20.04'].chromium],
firefox: [...deps['ubuntu20.04'].firefox],
firefox: [
...deps['ubuntu20.04'].firefox,
'libxtst6'
],
webkit: [
...deps['ubuntu20.04'].webkit,
'libevent-2.1-7',