From 3c8d169d6d7aad6d39fa309dd34147bfc9954d2f Mon Sep 17 00:00:00 2001 From: kyuno Date: Thu, 27 Aug 2026 22:14:51 +0200 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 276413a..46635f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,11 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 + - 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 + - uses: pnpm/action-setup@v4 - uses: https://github.com/actions/setup-node@v4