We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be0f1a commit 6eb115dCopy full SHA for 6eb115d
.github/workflows/sqlite3-ruby.yml
@@ -84,11 +84,8 @@ jobs:
84
include:
85
- os: "windows-2022"
86
ruby: "mingw"
87
- # # I'm struggling to build against sqlcipher on mswin.
88
- # # find_header can't find sqlite3.h
89
- # # patches welcome from anyone who needs this functionality and can make it work.
90
- # - os: "windows-2022"
91
- # ruby: "mswin"
+ - os: "windows-2022"
+ ruby: "mswin"
92
runs-on: ${{matrix.os}}
93
steps:
94
- if: matrix.os == 'windows-2022'
@@ -104,6 +101,6 @@ jobs:
104
101
apt-get: "libsqlcipher-dev"
105
102
brew: "sqlcipher"
106
103
mingw: "sqlcipher"
107
- # vcpkg: "sqlcipher" # see above
+ vcpkg: "sqlcipher"
108
- run: bundle exec rake compile -- --with-sqlcipher
109
- run: bundle exec rake test
0 commit comments