Fixing the location ?

This commit is contained in:
Nicolas Patry 2024-09-11 12:10:24 +02:00
parent 50c8ca6c84
commit 33683220ca
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -82,8 +82,9 @@ jobs:
pre-commit run --all-files pre-commit run --all-files
- name: Run Rust tests - name: Run Rust tests
run: | run: |
export LD_LIBRARY_PATH=${{ steps.python.outputs.pythonLocation }}/lib/ export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/
echo $LD_LIBRARY_PATH echo $LD_PRELOAD_PATH
ls ${{ env.pythonLocation}/lib/
cargo test cargo test
- name: sccache stats - name: sccache stats
run: | run: |