Skip to content

Commit c9fa42b

Browse files
committed
fix(windows): choco not in msys2 path
1 parent f66c38e commit c9fa42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ jobs:
225225
- name: windows install sqlite3
226226
if: matrix.os == 'windows-latest'
227227
run: choco install sqlite -y
228+
shell: bash
228229

229230
- name: macos install sqlite3 without SQLITE_OMIT_LOAD_EXTENSION
230231
if: matrix.name == 'macos'

0 commit comments

Comments
 (0)