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 e139897 commit 7a6465d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,8 @@ jobs:
FFmpeg-${{ env.CACHE_KEY }}-
FFmpeg-${{ env.CACHE_KEY }}
- name: Compile GCC
run: bash ./build_cross_compiler.sh --ffmpeg-source-dir=$GITHUB_WORKSPACE/ffmpeg-source --gcc-cpu-count=$(nproc) --disable-nonfree=n --sandbox-ok=y --compiler-flavors=${{ matrix.os }}

- name: Compile FFmpeg ${{ needs.check.outputs.git-sha-short }} using ffmpeg-windows-build-helpers ${{ needs.check.outputs.helper-git-sha-short }}
run: bash ./build_cross_compiler.sh && ./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 }}
run: sudo nano chmod +x "build_cross_compiler.sh" && ./build_cross_compiler.sh && ./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 }}

- name: Get current date & time after build
id: date-time-after
Expand Down

0 comments on commit 7a6465d

Please sign in to comment.