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 5dcf52a commit 3b9c82fCopy full SHA for 3b9c82f
.github/workflows/build.yml
@@ -30,5 +30,7 @@ jobs:
30
env:
31
COBCPY: /usr/local/share/open-cobol-esql/copy
32
LD_RUN_PATH: /usr/local/lib
33
- - run: lld ./example
+ - run: ldd ./example
34
- run: ./example
35
+ env:
36
+ LD_LIBRARY_PATH: /usr/local/lib
0 commit comments