Skip to content

Commit 516b830

Browse files
committed
Fix chmod
1 parent d8947c6 commit 516b830

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: .github\workflows\install-pgvector.bat
3030
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
3131
if: matrix.os != 'windows-latest'
32+
shell: bash
3233
run: .github/workflows/install-pgvector.sh
3334
- name: Setup postgres
3435
uses: ikalnytskyi/action-setup-postgres@v6

.github/workflows/install-pgvector.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)