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 fb34dc2 commit d0baa0dCopy full SHA for d0baa0d
.github/workflows/ci.yaml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ${{ matrix.os.runner }}
20
env:
21
DUCKDB_LIB_DIR: ${{ github.workspace }}/opt/duckdb
22
+ LD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
23
+ DYLD_LIBRARY_PATH: ${{ github.workspace }}/opt/duckdb
24
strategy:
25
fail-fast: false
26
matrix:
0 commit comments