Skip to content

Commit 6eb115d

Browse files
committed
sqlite3-ruby.yml - run mswin sqlcipher
1 parent 6be0f1a commit 6eb115d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/sqlite3-ruby.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ jobs:
8484
include:
8585
- os: "windows-2022"
8686
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"
87+
- os: "windows-2022"
88+
ruby: "mswin"
9289
runs-on: ${{matrix.os}}
9390
steps:
9491
- if: matrix.os == 'windows-2022'
@@ -104,6 +101,6 @@ jobs:
104101
apt-get: "libsqlcipher-dev"
105102
brew: "sqlcipher"
106103
mingw: "sqlcipher"
107-
# vcpkg: "sqlcipher" # see above
104+
vcpkg: "sqlcipher"
108105
- run: bundle exec rake compile -- --with-sqlcipher
109106
- run: bundle exec rake test

0 commit comments

Comments
 (0)