This commit is contained in:
David Boucher 2025-06-13 15:49:07 +02:00
parent b0dda05867
commit 9e59db7330

View File

@ -72,7 +72,7 @@ jobs:
- name: Prepare files for packaging
run: |
echo "Current path: $PWD"
find / -name env.sh
find / -name env -print
source ~/.cargo/env.sh
shell: bash