Skip to content

Commit d6659c2

Browse files
Updating builder environment
1 parent 85c8af8 commit d6659c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
shell: bash
1717
run: |
1818
apt update
19-
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --no-install-suggests -y git git-lfs \
20-
libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential libxcb1-dev
21-
DEBIAN_FRONTEND=noninteractive apt-get install libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
19+
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --no-install-suggests -y \
20+
git git-lfs libxcb1 unzip curl python3-setuptools build-essential libxcb1-dev \
21+
libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev \
22+
libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
2223
2324
- uses: actions/checkout@v2
2425
with:

0 commit comments

Comments
 (0)