You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ First, choose your installation method:
15
15
16
16
To add to the preinstalled Postgres installation on [runner images](https://github.com/actions/runner-images#available-images), add a step to your workflow.
17
17
18
-
Ubuntu
18
+
#### Ubuntu
19
19
20
20
```yml
21
21
- name: Install pgvector
@@ -26,14 +26,18 @@ Ubuntu
26
26
27
27
Note: Replace `16` with your Postgres server version
28
28
29
-
Mac
29
+
See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.github/workflows/step-ubuntu.yml)
30
+
31
+
#### Mac
30
32
31
33
```yml
32
34
- name: Install pgvector
33
35
run: brew install pgvector
34
36
```
35
37
36
-
Windows
38
+
See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.github/workflows/step-mac.yml)
39
+
40
+
#### Windows
37
41
38
42
```yml
39
43
- name: Install pgvector
@@ -49,7 +53,7 @@ Windows
49
53
50
54
Note: Use `C:\Program Files (x86)\Microsoft Visual Studio\2019` for `windows-2019`
51
55
52
-
See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.github/workflows/step.yml)
56
+
See a [full example](https://github.com/pgvector/setup-pgvector/blob/master/.github/workflows/step-windows.yml)
0 commit comments