Skip to content

Commit 037ca8f

Browse files
committed
speed up pr ci
1 parent ef17459 commit 037ca8f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ jobs:
5252
with:
5353
node-version: 20
5454
- name: Install asset generation dependencies
55-
run: sudo apt install -y ffmpeg libnss3 xvfb
55+
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/*"
5661
- name: Install extension dependencies
5762
run: yarn run install:all
5863
- name: Build webview

0 commit comments

Comments
 (0)