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 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 :
You can’t perform that action at this time.
0 commit comments