Skip to content

Commit 763fc86

Browse files
authored
docs: fix apt-get install snippet in Ubuntu CI example (#3482)
1 parent a85004e commit 763fc86

File tree

1 file changed

+4
-4
lines changed
  • src/content/docs/develop/Tests/WebDriver

1 file changed

+4
-4
lines changed

src/content/docs/develop/Tests/WebDriver/ci.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
if: matrix.platform == 'ubuntu-latest'
5353
run: |
5454
sudo apt-get update &&
55-
sudo apt-get install -y
56-
libwebkit2gtk-4.1-dev
57-
libayatana-appindicator3-dev
58-
webkit2gtk-driver
55+
sudo apt-get install -y \
56+
libwebkit2gtk-4.1-dev \
57+
libayatana-appindicator3-dev \
58+
webkit2gtk-driver \
5959
xvfb
6060
6161
# install a matching Microsoft Edge Driver version using msedgedriver-tool

0 commit comments

Comments
 (0)