Skip to content

Commit

Permalink
Update build-ffmpeg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdeadboy666x authored Feb 10, 2025
1 parent 65ac37c commit 551913d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
uses: actions/cache@v4
with:
path: /home/runner/work/ffmpeg-autobuild/ffmpeg-autobuild/sandbox/cross_compilers
key: ${{ env.CACHE_KEY }}-FFmpeg-${{ needs.check.outputs.helper-git-sha-short }}-${{ needs.check.outputs.git-sha-short }}
key: FFmpeg-${{ env.CACHE_KEY }}-${{ needs.check.outputs.helper-git-sha-short }}-${{ needs.check.outputs.git-sha-short }}
restore-keys: |
${{ env.CACHE_KEY }}-FFmpeg-${{ needs.check.outputs.helper-git-sha-short }}-
FFmpeg-${{ env.CACHE_KEY }}-${{ needs.check.outputs.helper-git-sha-short }}-
- name: Compile FFmpeg ${{ needs.check.outputs.git-sha-short }} using ffmpeg-windows-build-helpers ${{ needs.check.outputs.helper-git-sha-short }}
run: bash ./cross_compile_ffmpeg.sh --ffmpeg-source-dir=$GITHUB_WORKSPACE/ffmpeg-source --gcc-cpu-count=$(nproc) --disable-nonfree=n --sandbox-ok=y --compiler-flavors=${{ matrix.os }}
Expand Down

0 comments on commit 551913d

Please sign in to comment.