Skip to content

Commit

Permalink
Fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Dec 22, 2023
1 parent 01d2249 commit c55443c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scripts/ci_checks/macos/build-3rdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

set -euxo pipefail

brew install automake scons
brew install --force --overwrite \
automake scons

scons -Q \
--enable-werror \
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_checks/macos/standard-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

brew install \
brew install --force --overwrite \
automake scons ragel gengetopt \
libuv speexdsp sox openssl@3 \
cpputest google-benchmark
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci_checks/macos/universal-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

set -euxo pipefail

brew install automake scons
brew install --force --overwrite \
automake scons

scons -Q \
--enable-werror \
Expand Down

0 comments on commit c55443c

Please sign in to comment.