We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d25de commit b900aafCopy full SHA for b900aaf
.github/workflows/clippy_bors.yml
@@ -202,6 +202,11 @@ jobs:
202
run: bash setup-toolchain.sh
203
204
# Run
205
+ - name: Set LD_LIBRARY_PATH (Linux)
206
+ run: |
207
+ SYSROOT=$(rustc --print sysroot)
208
+ echo "::set-env name=LD_LIBRARY_PATH::${SYSROOT}/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
209
+
210
- name: Build Integration Test
211
run: cargo test --test integration --features integration --no-run
212
@@ -291,6 +296,11 @@ jobs:
291
296
run: chmod +x $CARGO_TARGET_DIR/debug/*
292
297
293
298
299
300
301
302
303
294
304
- name: Test ${{ matrix.integration }}
295
305
run: $CARGO_TARGET_DIR/debug/integration
306
env:
0 commit comments