Skip to content

Commit d7c1cda

Browse files
committed
update github action
1 parent fb07776 commit d7c1cda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
3434
- name: Install pg_background_queue extension
3535
run: |
36+
cd /opt
3637
git clone https://github.com/hank-cp/pg_background_queue.git
3738
cd pg_background_queue
38-
make && make install
39+
make install
3940
4041
- name: Start Mock Embedding Server
4142
run: |

0 commit comments

Comments
 (0)