Skip to content

Commit 5774fa0

Browse files
committed
fix: post commit bench LD_LIBRARY_PATH for DuckDB lib
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 9b6ab6a commit 5774fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
shell: bash
125125
env:
126126
RUSTFLAGS: '-C target-cpu=native'
127+
LD_LIBRARY_PATH: target/duckdb-v1.3.0
127128
run: |
128129
cargo run --bin ${{ matrix.benchmark.id }} --package bench-vortex --release -- -d gh-json | tee ${{ matrix.benchmark.id }}.json
129130

0 commit comments

Comments
 (0)