docs: fix apt-get install snippet in Ubuntu CI example (#3482)

This commit is contained in:
Joris Gallot
2025-08-30 22:34:29 +02:00
committed by GitHub
parent a85004e259
commit 763fc86958

View File

@@ -52,10 +52,10 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update &&
sudo apt-get install -y
libwebkit2gtk-4.1-dev
libayatana-appindicator3-dev
webkit2gtk-driver
sudo apt-get install -y \
libwebkit2gtk-4.1-dev \
libayatana-appindicator3-dev \
webkit2gtk-driver \
xvfb
# install a matching Microsoft Edge Driver version using msedgedriver-tool