We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943c4d7 commit 1360c96Copy full SHA for 1360c96
.github/workflows/prebuild.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: install Linux dependencies
11
run: |
12
apt-get update
13
- apt-get install -y build-essential git pkg-config libtool python3 python-is-python3
+ apt-get install -y build-essential git git-lfs pkg-config libtool python3 python-is-python3
14
apt-get install -y libavcodec-dev libavformat-dev libavdevice-dev libavfilter-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev libzimg-dev
15
16
- uses: actions/checkout@v2
0 commit comments