From aae90b9e679adbe4d3a1c8a34cf7edee93a43cab Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 23 May 2024 12:46:27 -0400 Subject: [PATCH] ci: macos images already have sqlite and pkg-config installed and brew will emit warnings if we ask for them to be installed again, which is super noisy in the github actions UI. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c10cee..9ac6e3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,6 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true apt-get: libsqlite3-dev - brew: sqlite3 pkg-config mingw: sqlite3 vcpkg: sqlite3 - if: matrix.syslib == 'disable' @@ -140,7 +139,7 @@ jobs: ruby-version: ${{ matrix.ruby }} bundler-cache: true apt-get: libsqlcipher-dev - brew: sqlcipher pkg-config + brew: sqlcipher mingw: sqlcipher vcpkg: sqlcipher - run: bundle exec rake compile -- --with-sqlcipher @@ -226,7 +225,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} apt-get: libsqlite3-dev pkg-config - brew: sqlite3 pkg-config mingw: sqlite3 - uses: actions/download-artifact@v4 with: