Skip to content

Commit 5dcf52a

Browse files
committed
Debug
1 parent 6f32bac commit 5dcf52a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
./configure
1515
make
1616
sudo make install
17+
sudo ldconfig
1718
- uses: ankane/setup-postgres@v1
1819
with:
1920
database: pgvector_cobol_test
@@ -29,4 +30,5 @@ jobs:
2930
env:
3031
COBCPY: /usr/local/share/open-cobol-esql/copy
3132
LD_RUN_PATH: /usr/local/lib
33+
- run: lld ./example
3234
- run: ./example

0 commit comments

Comments
 (0)