Skip to content

Commit a9dc5a3

Browse files
authored
Fix: Update brew (CI Failure) (TryGhost#1108)
* Update brew (build_against_electron.sh) * Update brew (build_against_node.sh)
1 parent 723de4c commit a9dc5a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/build_against_electron.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ make clean
4545
# now test building against shared sqlite
4646
export NODE_SQLITE3_JSON1=no
4747
if [[ $(uname -s) == 'Darwin' ]]; then
48+
brew update
4849
brew install sqlite
4950
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1 $GYP_ARGS
5051
else

scripts/build_against_node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ publish
2525
echo "building from source to test against external libsqlite3"
2626
export NODE_SQLITE3_JSON1=no
2727
if [[ $(uname -s) == 'Darwin' ]]; then
28+
brew update
2829
brew install sqlite
2930
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1
3031
else

0 commit comments

Comments
 (0)