File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,20 @@ jobs:
1515 make
1616 sudo make install
1717 sudo ldconfig
18- # - uses: ankane/setup-postgres@v1
19- # with:
20- # database: pgvector_cobol_test
21- # dev-files: true
22- # - run: |
23- # cd /tmp
24- # git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
25- # cd pgvector
26- # make
27- # sudo make install
18+ - uses : ankane/setup-postgres@v1
19+ with :
20+ database : pgvector_cobol_test
21+ dev-files : true
22+ - run : |
23+ cd /tmp
24+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
25+ cd pgvector
26+ make
27+ sudo make install
2828 - run : ocesql example.cbl example.cob
29- - run : cobc -x -L/usr/local/lib - locesql example.cob
29+ - run : cobc -x -locesql example.cob
3030 env :
3131 COBCPY : /usr/local/share/open-cobol-esql/copy
32- LD_RUN_PATH : /usr/local/lib
3332 - run : ldd ./example
3433 - run : ./example
3534 env :
You can’t perform that action at this time.
0 commit comments