Skip to content

Commit

Permalink
fix: macos build (#1428)
Browse files Browse the repository at this point in the history
* Update macos-homebrew.yml

* Update macos-arm-homebrew.yml
  • Loading branch information
xiaoyifang authored Mar 20, 2024
1 parent 52c07b9 commit 68ed2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
brew install autoconf
brew install libtool
brew install opencc
brew install automake git lame libass libtool shtool texi2html theora wget xvid nasm
brew install automake libtool
brew install libiconv
brew install lzo bzip2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
brew install autoconf
brew install libtool
brew install opencc
brew install automake git lame libass libtool shtool texi2html theora wget xvid nasm
brew install automake libtool
brew install libiconv
brew install lzo bzip2
Expand Down

0 comments on commit 68ed2da

Please sign in to comment.