Update .github/workflows/multi-mdx-regression.yml

This commit is contained in:
2026-05-25 08:15:54 +09:00
parent 71123ac3bb
commit 5de29eb852

View File

@@ -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