Skip to content

Commit 9d3adc6

Browse files
authored
Merge pull request #537 from sparklemotion/flavorjones-fix-github-actions-brew-warnings
ci: macos images already have sqlite and pkg-config installed
2 parents c80fb27 + aae90b9 commit 9d3adc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
ruby-version: ${{ matrix.ruby }}
7373
bundler-cache: true
7474
apt-get: libsqlite3-dev
75-
brew: sqlite3 pkg-config
7675
mingw: sqlite3
7776
vcpkg: sqlite3
7877
- if: matrix.syslib == 'disable'
@@ -140,7 +139,7 @@ jobs:
140139
ruby-version: ${{ matrix.ruby }}
141140
bundler-cache: true
142141
apt-get: libsqlcipher-dev
143-
brew: sqlcipher pkg-config
142+
brew: sqlcipher
144143
mingw: sqlcipher
145144
vcpkg: sqlcipher
146145
- run: bundle exec rake compile -- --with-sqlcipher
@@ -226,7 +225,6 @@ jobs:
226225
with:
227226
ruby-version: ${{ matrix.ruby }}
228227
apt-get: libsqlite3-dev pkg-config
229-
brew: sqlite3 pkg-config
230228
mingw: sqlite3
231229
- uses: actions/download-artifact@v4
232230
with:

0 commit comments

Comments
 (0)