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 e496459 commit d7e1d08Copy full SHA for d7e1d08
.github/workflows/sql-benchmarks.yml
@@ -177,6 +177,7 @@ jobs:
177
OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}'
178
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
179
OTEL_RESOURCE_ATTRIBUTES: 'bench-name=${{ matrix.id }}'
180
+ LD_LIBRARY_PATH: target/lib
181
run: |
182
target/release_debug/${{ matrix.binary_name }} \
183
-d gh-json \
0 commit comments