Skip to content

Commit eb02860

Browse files
cmake action: set LD_LIBRARY_PATH
1 parent 77a800e commit eb02860

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cmake-debug.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
1414
runs-on: ubuntu-latest
1515

16+
env:
17+
LD_LIBRARY_PATH: "/usr/lib/:/usr/local/lib/"
18+
1619
steps:
1720
- uses: actions/checkout@v4
1821

0 commit comments

Comments
 (0)