diff --git a/.github/workflows/generic-plugins.yml b/.github/workflows/generic-plugins.yml index f5edc4b44..ff720db4e 100644 --- a/.github/workflows/generic-plugins.yml +++ b/.github/workflows/generic-plugins.yml @@ -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