From 3a374dad92a6a75ef53c5a6a27a02e7a3f7a8305 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Wed, 18 Dec 2024 10:31:18 +0100 Subject: [PATCH] try and avoid library conflicts --- .github/workflows/pr_cockpit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 26c1d7b1..1a4ab385 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -118,7 +118,7 @@ jobs: - name: Update Version run: | - cargo install cargo-edit --version 0.11.11 + cargo install cargo-edit --version 0.11.11 --locked cargo set-version --offline --package stackable-cockpit 0.0.0-pr${{ github.event.pull_request.number }} # Recreate charts and publish charts and docker image. The "-e" is needed as we want to override the