GitHub CI: build own x264 [Linux]

In order to support 10-bit codecs.
This commit is contained in:
Martin Pulec
2020-08-04 16:34:12 +02:00
parent ba44dc5a35
commit f3003ed18f
4 changed files with 10 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ jobs:
uses: actions/cache@v1
with:
path: '/var/tmp/ffmpeg'
key: cache-ffmpeg-6
key: cache-ffmpeg-7
- name: Build FFmpeg
if: steps.cache-ffmpeg.outputs.cache-hit != 'true'
run: .github/scripts/Linux/download_build_ffmpeg.sh