Actualiser .github/workflows/ci.yml
This commit is contained in:
parent
3c8d169d6d
commit
18d790b1bf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -143,8 +143,8 @@ jobs:
|
|||
|
||||
- name: Install Xvfb and Cypress dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xvfb libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth dbus-x11
|
||||
apt-get update
|
||||
apt-get install -y xvfb libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth dbus-x11
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue