Skip to content

Commit 91b43ca

Browse files
author
kauanAfonso
committed
fix: update Chrome installation for Puppeteer on Linux
Signed-off-by: kauanAfonso <kauan.afonso@ibm.com>
1 parent a26fc0a commit 91b43ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install dependencies
4444
env:
4545
PYTHON: ${{env.pythonLocation}}/bin/python3
46+
- name: Install Chrome for Puppeteer (Linux only)
47+
if: runner.os == 'Linux'
48+
run: npx @puppeteer/browsers install chrome@stable
4649
run: npm ci
4750
- name: Build
4851
run: node packages/build/bin/compile-package -b

0 commit comments

Comments
 (0)