Skip to content

Commit

Permalink
Fix the ffmpeg link problem in release of macos
Browse files Browse the repository at this point in the history
  • Loading branch information
taoboyang committed Jan 2, 2025
1 parent f582fe9 commit 2c5103c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ jobs:
PKG_CONFIG_PATH: "$(pwd)/ffmpeg_${{ matrix.arch }}/lib/pkgconfig"
CMAKE_ARGS: "-DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
BMF_PYTHON_VERSION: ${{ env.BMF_PYTHON_VERSION }}
BMF_PYVER: ${{ env.BMF_PYTHON_VERSION }}
BMF_ARCHITECTURES: ${{ matrix.arch }}
run: |
wget https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg
sudo installer -pkg python-3.9.13-macos11.pkg -target /
brew install binutils
./scripts/build_ffmpeg.sh --arch=${{ matrix.arch }}
./build_osx.sh
tar czf ${{ env.BINARY_NAME }}.tar.gz --directory=. output
Expand Down

0 comments on commit 2c5103c

Please sign in to comment.