Skip to content

Commit c60750b

Browse files
committed
Test gcobol
1 parent ec692bb commit c60750b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
8-
- run: sudo apt-get update && sudo apt-get install gnucobol
8+
- run: sudo apt-get update && sudo apt-get install gcobol
99
- run: |
1010
cd /tmp
1111
git clone --branch v1.4 https://github.com/opensourcecobol/Open-COBOL-ESQL.git
@@ -25,9 +25,10 @@ jobs:
2525
make
2626
sudo make install
2727
- run: ocesql example.cbl example.cob
28-
- run: cobc -x -locesql example.cob
28+
- run: gcobol -locesql example.cob
2929
env:
3030
COBCPY: /usr/local/share/open-cobol-esql/copy
31+
- run: ls
3132
- run: ./example
3233
env:
3334
LD_PRELOAD: /usr/local/lib/libocesql.so

0 commit comments

Comments
 (0)