Skip to content

Commit 2fd13b5

Browse files
committed
Apt update
1 parent 52d70b0 commit 2fd13b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: .github\workflows\install-pgvector.bat
3030
- name: Install PostgreSQL development libraries
3131
if: matrix.os == 'ubuntu-latest'
32-
run: sudo apt install postgresql-server-dev-16
32+
run: |
33+
sudo apt update
34+
sudo apt install postgresql-server-dev-16
3335
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
3436
if: matrix.os != 'windows-latest'
3537
run: .github/workflows/install-pgvector.sh

0 commit comments

Comments
 (0)