This commit is contained in:
David Boucher 2025-06-13 16:37:31 +02:00
parent 572dba748d
commit e06572c53c

View File

@ -72,6 +72,8 @@ jobs:
- name: Building generic plugins using Cargo
run: |
source /root/.cargo/env
echo "Current path: $PATH"
ls /root/.cargo/bin
cargo build --release
shell: bash