Skip to content

Commit

Permalink
try and avoid library conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Dec 18, 2024
1 parent a587d2b commit 3a374da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a374da

Please sign in to comment.