We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec692bb commit c60750bCopy full SHA for c60750b
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v5
8
- - run: sudo apt-get update && sudo apt-get install gnucobol
+ - run: sudo apt-get update && sudo apt-get install gcobol
9
- run: |
10
cd /tmp
11
git clone --branch v1.4 https://github.com/opensourcecobol/Open-COBOL-ESQL.git
@@ -25,9 +25,10 @@ jobs:
25
make
26
sudo make install
27
- run: ocesql example.cbl example.cob
28
- - run: cobc -x -locesql example.cob
+ - run: gcobol -locesql example.cob
29
env:
30
COBCPY: /usr/local/share/open-cobol-esql/copy
31
+ - run: ls
32
- run: ./example
33
34
LD_PRELOAD: /usr/local/lib/libocesql.so
0 commit comments