Skip to content

Commit

Permalink
sqlite3-ruby.yml - mswin/sqlcipher - install sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Aug 9, 2022
1 parent c4e8c22 commit 74ef441
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sqlite3-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,8 @@ jobs:
include:
- os: "windows-2022"
ruby: "mingw"
# # I'm struggling to build against sqlcipher on mswin.
# # find_header can't find sqlite3.h
# # patches welcome from anyone who needs this functionality and can make it work.
# - os: "windows-2022"
# ruby: "mswin"
- os: "windows-2022"
ruby: "mswin"
runs-on: ${{matrix.os}}
steps:
- if: matrix.os == 'windows-2022'
Expand All @@ -104,6 +101,6 @@ jobs:
apt-get: "libsqlcipher-dev"
brew: "sqlcipher"
mingw: "sqlcipher"
# vcpkg: "sqlcipher" # see above
vcpkg: "sqlite3 sqlcipher"
- run: bundle exec rake compile -- --with-sqlcipher
- run: bundle exec rake test

0 comments on commit 74ef441

Please sign in to comment.