We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e5b0c commit f083346Copy full SHA for f083346
1 file changed
.github/workflows/main.yml
@@ -213,6 +213,7 @@ jobs:
213
214
- name: build sqlite-sync
215
run: make ${{ matrix.make && matrix.make || ''}}
216
+ shell: bash
217
218
- name: windows install sqlite3
219
if: matrix.os == 'windows-latest'
@@ -265,6 +266,7 @@ jobs:
265
266
- name: test sqlite-sync
267
if: matrix.name == 'linux' || matrix.name == 'macos' || matrix.name == 'windows'
268
run: make test
269
270
271
- uses: actions/upload-artifact@v4.6.2
272
if: always()
0 commit comments