Skip to content

Commit f083346

Browse files
committed
windows force bash shell when msys2 is not necessary
1 parent b8e5b0c commit f083346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213

214214
- name: build sqlite-sync
215215
run: make ${{ matrix.make && matrix.make || ''}}
216+
shell: bash
216217

217218
- name: windows install sqlite3
218219
if: matrix.os == 'windows-latest'
@@ -265,6 +266,7 @@ jobs:
265266
- name: test sqlite-sync
266267
if: matrix.name == 'linux' || matrix.name == 'macos' || matrix.name == 'windows'
267268
run: make test
269+
shell: bash
268270

269271
- uses: actions/[email protected]
270272
if: always()

0 commit comments

Comments
 (0)