From 5de29eb852d93ed796fc7ef07100b1919fedd8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Mon, 25 May 2026 08:15:54 +0900 Subject: [PATCH] Update .github/workflows/multi-mdx-regression.yml --- .github/workflows/multi-mdx-regression.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/multi-mdx-regression.yml b/.github/workflows/multi-mdx-regression.yml index b88b8e6..75938df 100644 --- a/.github/workflows/multi-mdx-regression.yml +++ b/.github/workflows/multi-mdx-regression.yml @@ -28,13 +28,10 @@ jobs: python-version: "3.11" cache: pip - - name: Install Chrome system dependencies +- name: Install Chrome system dependencies run: | sudo apt-get update - sudo apt-get install -y libnspr4 libnss3 libatk1.0-0 \ - libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 \ - libxcomposite1 libxdamage1 libxrandr2 libgbm1 \ - libpango-1.0-0 libcairo2 libasound2t64 + sudo apt-get install -y chromium-browser || true - name: Install Chrome and ChromeDriver uses: browser-actions/setup-chrome@v1