Skip to content

Commit d0baa0d

Browse files
committed
fix: ld/dyld library path
1 parent fb34dc2 commit d0baa0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ${{ matrix.os.runner }}
2020
env:
2121
DUCKDB_LIB_DIR: ${{ github.workspace }}/opt/duckdb
22+
LD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
23+
DYLD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
2224
strategy:
2325
fail-fast: false
2426
matrix:

0 commit comments

Comments
 (0)