We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83887af commit 8cc5664Copy full SHA for 8cc5664
1 file changed
.github/workflows/yetus-general-check.yml
@@ -36,6 +36,13 @@ jobs:
36
YETUS_VERSION: '0.15.0'
37
38
steps:
39
+ - name: Install Playwright dependencies
40
+ run: |
41
+ apt-get install libxcb-shm0 libx11-xcb1 libx11-6 libxcb1 libxext6 libxrandr2 \
42
+ libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libgtk-3-0 libpangocairo-1.0-0 \
43
+ libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libcairo2 libgdk-pixbuf-2.0-0 libglib2.0-0 \
44
+ libxrender1 libasound2 libfreetype6 libfontconfig1 libdbus-1-3
45
+
46
- name: Checkout HBase
47
uses: actions/checkout@v4
48
with:
0 commit comments