mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
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:
parent
64e7557fb9
commit
e10cb4a619
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user