Skip to content

Commit 6c8971e

Browse files
committed
Adjust repo
1 parent 3290ae5 commit 6c8971e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pg_ladybug.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,23 @@ jobs:
2828
- name: Checkout pg_ladybug
2929
uses: actions/checkout@v4
3030
with:
31-
repository: 'svenklemm/pg_ladybug'
31+
repository: 'timescale/pg_ladybug'
3232
path: 'pg_ladybug'
3333

3434
- name: build pg_ladybug
3535
run: |
3636
cd pg_ladybug
3737
cmake -S . -B build
3838
make -C build
39+
sudo make -C build install
3940
4041
- name: Verify pg_ladybug
4142
run: |
42-
clang-tidy --load $HOME/work/timescaledb/timescaledb/pg_ladybug/build/lib/libPostgresCheck.so --checks='-*,postgres-*' --list-checks | grep postgres
43+
clang-tidy --load /usr/local/lib/libPostgresCheck.so --checks='-*,postgres-*' --list-checks | grep postgres
4344
4445
- name: Configure timescaledb
4546
run: |
46-
./bootstrap -DCMAKE_BUILD_TYPE=Debug -DLINTER=ON -DCLANG_TIDY_EXTRA_OPTS=",-*,postgres-*;--load=$HOME/work/timescaledb/timescaledb/pg_ladybug/build/lib/libPostgresCheck.so"
47+
./bootstrap -DCMAKE_BUILD_TYPE=Debug -DLINTER=ON -DCLANG_TIDY_EXTRA_OPTS=",-*,postgres-*;--load=/usr/local/lib/libPostgresCheck.so"
4748
4849
- name: Build timescaledb
4950
run: |

0 commit comments

Comments
 (0)