Skip to content

Commit

Permalink
macos: ffmpeg@6
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Apr 17, 2024
1 parent a7c9935 commit f7e6e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
submodules: true
- name: setup
run: |
brew install --force --overwrite ninja ccache ffmpeg nasm conan
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
conan profile detect -f
cd ${{github.workspace}}
- name: build
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: setup
run: |
# brew update
brew install --force --overwrite ninja ccache ffmpeg nasm conan
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
conan profile detect -f
cd ${{github.workspace}}
- name: build
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
submodules: true
- name: setup
run: |
brew install --force --overwrite ninja ccache nasm conan
brew install --force --overwrite ninja ccache ffmpeg@6 nasm conan
conan profile detect -f
cd ${{github.workspace}}
- name: build
Expand Down

0 comments on commit f7e6e21

Please sign in to comment.