We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c80fb27 + aae90b9 commit 9d3adc6Copy full SHA for 9d3adc6
.github/workflows/ci.yml
@@ -72,7 +72,6 @@ jobs:
72
ruby-version: ${{ matrix.ruby }}
73
bundler-cache: true
74
apt-get: libsqlite3-dev
75
- brew: sqlite3 pkg-config
76
mingw: sqlite3
77
vcpkg: sqlite3
78
- if: matrix.syslib == 'disable'
@@ -140,7 +139,7 @@ jobs:
140
139
141
142
apt-get: libsqlcipher-dev
143
- brew: sqlcipher pkg-config
+ brew: sqlcipher
144
mingw: sqlcipher
145
vcpkg: sqlcipher
146
- run: bundle exec rake compile -- --with-sqlcipher
@@ -226,7 +225,6 @@ jobs:
226
225
with:
227
228
apt-get: libsqlite3-dev pkg-config
229
230
231
- uses: actions/download-artifact@v4
232
0 commit comments