This commit is contained in:
David Boucher 2025-06-13 16:50:57 +02:00
parent e06572c53c
commit 45a410f687

View File

@ -71,9 +71,7 @@ jobs:
- name: Building generic plugins using Cargo - name: Building generic plugins using Cargo
run: | run: |
source /root/.cargo/env export PATH="/opt/bin:$PATH"
echo "Current path: $PATH"
ls /root/.cargo/bin
cargo build --release cargo build --release
shell: bash shell: bash