Skip to content

Commit 34fd25e

Browse files
committed
ci: Use system sqlite in native macOS task
1 parent 836d027 commit 34fd25e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ task:
282282
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
283283

284284
task:
285-
name: 'macOS 12 native [gui, sqlite only] [no depends]'
285+
name: 'macOS 12 native [gui, system sqlite only] [no depends]'
286286
brew_install_script:
287-
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake gnu-getopt
287+
- brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
288288
<< : *GLOBAL_TASK_TEMPLATE
289289
osx_instance:
290290
# Use latest image, but hardcode version to avoid silent upgrades (and breaks)

0 commit comments

Comments
 (0)