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: