This commit is contained in:
David Boucher 2025-06-13 16:32:07 +02:00
parent 9e59db7330
commit 572dba748d

View File

@ -69,15 +69,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Prepare files for packaging
- name: Building generic plugins using Cargo
run: |
echo "Current path: $PWD"
find / -name env -print
source ~/.cargo/env.sh
shell: bash
- name: Build using Cargo
run: cargo build --release
source /root/.cargo/env
cargo build --release
shell: bash
- name: Package