Skip to content

Commit 3b9c82f

Browse files
committed
Debug
1 parent 5dcf52a commit 3b9c82f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
env:
3131
COBCPY: /usr/local/share/open-cobol-esql/copy
3232
LD_RUN_PATH: /usr/local/lib
33-
- run: lld ./example
33+
- run: ldd ./example
3434
- run: ./example
35+
env:
36+
LD_LIBRARY_PATH: /usr/local/lib

0 commit comments

Comments
 (0)