Skip to content

Commit

Permalink
ci: macos images already have sqlite and pkg-config installed
Browse files Browse the repository at this point in the history
and brew will emit warnings if we ask for them to be installed again,
which is super noisy in the github actions UI.
  • Loading branch information
flavorjones committed May 23, 2024
1 parent c80fb27 commit aae90b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aae90b9

Please sign in to comment.