We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c397861 commit 3fbe991Copy full SHA for 3fbe991
2 files changed
.github/workflows/pr.yml
@@ -53,6 +53,7 @@ jobs:
53
node-version: 20
54
- name: Install asset generation dependencies
55
run: |
56
+ sudo DEBIAN_FRONTEND=noninteractive apt update
57
sudo DEBIAN_FRONTEND=noninteractive \
58
apt install -y --no-install-recommends \
59
ffmpeg libnss3 xvfb \
.github/workflows/update-assets.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
28
29
0 commit comments