Skip to content

Commit 4c9a0a3

Browse files
committed
Remove redundant Playwright system dependencies installation commands in build.yml
1 parent 17bf645 commit 4c9a0a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
- name: Install Playwright system dependencies (Ubuntu 24.04)
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get install -y libasound2t64 libffi8 libx264-164 || true
39-
sudo apt-get install -y libasound2 libffi7 || true
38+
sudo apt-get install -y libasound2t64 libffi8 libx264-164
4039
- name: Build files
4140
run: |
4241
cd scripts/genOGImages

0 commit comments

Comments
 (0)