Skip to content

Commit b7d52ee

Browse files
committed
Debug
1 parent 8bc3145 commit b7d52ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
./configure
1515
make
1616
sudo make install
17-
sudo ldconfig
1817
- uses: ankane/setup-postgres@v1
1918
with:
2019
database: pgvector_cobol_test
@@ -29,7 +28,6 @@ jobs:
2928
- run: cobc -x -locesql example.cob
3029
env:
3130
COBCPY: /usr/local/share/open-cobol-esql/copy
32-
- run: ldd ./example
3331
- run: ./example
3432
env:
3533
LD_PRELOAD: /usr/local/lib/libocesql.so

0 commit comments

Comments
 (0)