Skip to content

Commit 6dec309

Browse files
committed
Add Playwright system dependencies installation step for Ubuntu 24.04
1 parent 39f336c commit 6dec309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
with:
3333
node-version: 18
3434
cache: 'npm'
35+
- name: Install Playwright system dependencies (Ubuntu 24.04)
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y libasound2t64 libffi8 libx264-164
3539
- name: Build files
3640
run: |
3741
cd scripts/genOGImages

0 commit comments

Comments
 (0)