Skip to content

Commit

Permalink
Merge pull request #537 from sparklemotion/flavorjones-fix-github-act…
Browse files Browse the repository at this point in the history
…ions-brew-warnings

ci: macos images already have sqlite and pkg-config installed
  • Loading branch information
flavorjones committed May 23, 2024
2 parents c80fb27 + aae90b9 commit 9d3adc6
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 9d3adc6

Please sign in to comment.