We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bf645 commit 4c9a0a3Copy full SHA for 4c9a0a3
.github/workflows/build.yml
@@ -35,8 +35,7 @@ jobs:
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 || true
39
- sudo apt-get install -y libasound2 libffi7 || true
+ sudo apt-get install -y libasound2t64 libffi8 libx264-164
40
- name: Build files
41
42
cd scripts/genOGImages
0 commit comments