Skip to content

Commit 55741f8

Browse files
committed
try to set env var
1 parent 8bd06e7 commit 55741f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/clippy_bors.yml

+3
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ jobs:
248248
- name: Make Binaries Executable
249249
run: chmod +x $CARGO_TARGET_DIR/debug/*
250250

251+
- name: set nightly LD_LIBRARY_PATH env var
252+
run: echo "LD_LIBRARY_PATH=$(rustc --print=sysroot)/lib" >> $LD_LIBRARY_PATH
253+
251254
# Run # this fails
252255
- name: Test ${{ matrix.integration }}
253256
env:

0 commit comments

Comments
 (0)