We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18691aa commit 89e3da9Copy full SHA for 89e3da9
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
env:
19
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
20
steps:
21
+ - run: choco install sqlite
22
- run: sqlite3 --version
23
- run: which sqlite3
24
- uses: actions/checkout@v5
0 commit comments