mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
devops: attempt to fix chromium linux bot
This commit is contained in:
parent
2e0f3e3e01
commit
f114255a3d
3
.github/workflows/chromium-linux.yml
vendored
3
.github/workflows/chromium-linux.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: install required packages
|
- name: install required packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install libgbm1
|
sudo apt-get update
|
||||||
|
sudo apt-get install libgbm-dev
|
||||||
sudo apt-get install xvfb
|
sudo apt-get install xvfb
|
||||||
|
|
||||||
- name: npm install, build, and test
|
- name: npm install, build, and test
|
||||||
|
Loading…
Reference in New Issue
Block a user