We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66c38e commit c9fa42bCopy full SHA for c9fa42b
1 file changed
.github/workflows/main.yml
@@ -225,6 +225,7 @@ jobs:
225
- name: windows install sqlite3
226
if: matrix.os == 'windows-latest'
227
run: choco install sqlite -y
228
+ shell: bash
229
230
- name: macos install sqlite3 without SQLITE_OMIT_LOAD_EXTENSION
231
if: matrix.name == 'macos'
0 commit comments