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
run: |
source /root/.cargo/env
echo "Current path: $PATH"
ls /root/.cargo/bin
export PATH="/opt/bin:$PATH"
cargo build --release
shell: bash