Skip to content

Commit

Permalink
ci: fix Chrome "Missing X Server or $DISPLAY" error
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Apr 9, 2024
1 parent 05566d5 commit be79de5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Chrome for CI
run: sudo apt-get -y install xorg xvfb gtk2-engines-pixbuf dbus-x11 xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic xfonts-scalable

- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit be79de5

Please sign in to comment.