have no idea at this point

This commit is contained in:
Nicolas Patry 2024-09-11 13:14:09 +02:00
parent 5cf4336af6
commit 58f3b66556
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -71,9 +71,10 @@ jobs:
# ~/.cargo/git # ~/.cargo/git
- name: Install - name: Install
run: | run: |
export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH" # export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
echo $LD_LIBRARY_PATH echo $LD_LIBRARY_PATH
ls ${{ env.pythonLocation }}/lib/ ls ${{ env.pythonLocation }}/lib/
LD_LIBRARY_PATH
make install-cpu make install-cpu
- name: Run server tests - name: Run server tests
run: | run: |