We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef17459 commit 037ca8fCopy full SHA for 037ca8f
1 file changed
.github/workflows/pr.yml
@@ -52,7 +52,12 @@ jobs:
52
with:
53
node-version: 20
54
- name: Install asset generation dependencies
55
- run: sudo apt install -y ffmpeg libnss3 xvfb
+ run: |
56
+ sudo DEBIAN_FRONTEND=noninteractive \
57
+ apt install -y --no-install-recommends \
58
+ ffmpeg libnss3 xvfb \
59
+ -o Dpkg::Options::="--path-exclude=/usr/share/man/*" \
60
+ -o Dpkg::Options::="--path-exclude=/usr/share/doc/*"
61
- name: Install extension dependencies
62
run: yarn run install:all
63
- name: Build webview
0 commit comments