From 33683220cac36ccd2cd2111530fdb68038c58e19 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 11 Sep 2024 12:10:24 +0200 Subject: [PATCH] Fixing the location ? --- .github/workflows/tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3cf70121..c7f9d754 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -82,8 +82,9 @@ jobs: pre-commit run --all-files - name: Run Rust tests run: | - export LD_LIBRARY_PATH=${{ steps.python.outputs.pythonLocation }}/lib/ - echo $LD_LIBRARY_PATH + export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/ + echo $LD_PRELOAD_PATH + ls ${{ env.pythonLocation}/lib/ cargo test - name: sccache stats run: |