Fix the gh action?

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

View File

@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
id: python
with:
python-version: 3.11
- name: Install Rust
@ -81,7 +82,7 @@ jobs:
pre-commit run --all-files
- name: Run Rust tests
run: |
export LD_LIBRARY_PATH=${{ pythonLocation }}/lib/
export LD_LIBRARY_PATH=${{ steps.python.outputs.pythonLocation }}/lib/
echo $LD_LIBRARY_PATH
cargo test
- name: sccache stats