Unverified Commit a9dc5a3c by Kewde Committed by GitHub

Fix: Update brew (CI Failure) (#1108)

* Update brew (build_against_electron.sh)

* Update brew (build_against_node.sh)
parent 723de4ca
......@@ -45,6 +45,7 @@ make clean
# now test building against shared sqlite
export NODE_SQLITE3_JSON1=no
if [[ $(uname -s) == 'Darwin' ]]; then
brew update
brew install sqlite
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1 $GYP_ARGS
else
......
......@@ -25,6 +25,7 @@ publish
echo "building from source to test against external libsqlite3"
export NODE_SQLITE3_JSON1=no
if [[ $(uname -s) == 'Darwin' ]]; then
brew update
brew install sqlite
npm install --build-from-source --sqlite=$(brew --prefix) --clang=1
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment