File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
shell : bash
17
17
run : |
18
18
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
22
23
23
24
- uses : actions/checkout@v2
24
25
with :
You can’t perform that action at this time.
0 commit comments