Skip to content

Commit d32b09b

Browse files
committed
Fixed CI
1 parent 8da2a9d commit d32b09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
cd pgvector
1717
make
1818
sudo make install
19-
- run: zef install DB::Pg
19+
- run: zef install DBIish DB::Pg
2020
- run: raku dbiish.raku
2121
- run: raku dbpg.raku

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To get started with development:
112112
git clone https://github.com/pgvector/pgvector-raku.git
113113
cd pgvector-raku
114114
createdb pgvector_raku_test
115-
zef install DB::Pg
115+
zef install DBIish DB::Pg
116116
raku dbiish.raku
117117
raku dbpg.raku
118118
```

0 commit comments

Comments
 (0)