Skip to content

Commit 21dbbb8

Browse files
committed
Oh dear, it doesn't install dependencies by default
I had assumed an action named "setup chrome" might actually do everything required to setup chrome by default. Apparently not :-/
1 parent 4a999db commit 21dbbb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnetCi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
distribution: 'zulu'
7171
- name: Install Google Chrome & dependencies
7272
uses: browser-actions/setup-chrome@v2
73+
with:
74+
install-dependencies: true
7375
- name: Start an Xvfb display so Chrome may run
7476
run: Xvfb -ac $DISPLAY -screen 0 1280x1024x16 &
7577

0 commit comments

Comments
 (0)