Skip to content

Commit 1348109

Browse files
committed
update brew command in CI workflow
1 parent 81d57e7 commit 1348109

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,7 @@ jobs:
635635
- name: Install dependencies
636636
if: matrix.static-link != true
637637
run: |
638-
brew install opus opusfile libvorbis zlib
639-
# brew install sqlite libx11 freetype libevent libjpeg-turbo libpng xz
638+
brew install install sqlite libx11 freetype libevent libjpeg-turbo libpng zlib xz opus opusfile libvorbis
640639
641640
- name: Install NASM
642641
if: matrix.static-link == true

0 commit comments

Comments
 (0)